summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-311-0/+1
* perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo2019-08-311-1/+2
* perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo2019-08-291-1/+0
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-1/+1
* perf ftrace: Improve error message about capability to use ftraceArnaldo Carvalho de Melo2019-08-141-1/+7
* perf ftrace: Use CAP_SYS_ADMIN instead of euid==0Igor Lubashev2019-08-141-1/+3
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2019-08-121-1/+1
|\
| * perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe2019-08-081-1/+1
* | libperf: Add threads to struct perf_evlistJiri Olsa2019-07-291-2/+2
* | libperf: Add cpus to struct perf_evlistJiri Olsa2019-07-291-1/+1
* | libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-291-1/+1
* | libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa2019-07-291-1/+1
* | perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa2019-07-291-1/+1
* | perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa2019-07-291-1/+1
* | perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-291-1/+1
* | perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-291-3/+3
|/
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner2019-06-051-2/+1
* perf ftrace: Append an EOL when write tracing filesChangbin Du2018-02-191-2/+16
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+1
* perf ftrace: Add -D option for depth filterNamhyung Kim2017-06-191-0/+31
* perf ftrace: Add option for function filteringNamhyung Kim2017-06-191-6/+111
* perf ftrace: Move setup_pager before opening trace_pipeNamhyung Kim2017-06-191-2/+2
* perf ftrace: Show error message when fails to set ftrace filesNamhyung Kim2017-06-191-2/+5
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf ftrace: Use pager for displaying resultNamhyung Kim2017-03-031-0/+3
* perf ftrace: Add support for -a and -C optionNamhyung Kim2017-03-031-0/+60
* perf ftrace: Add support for --pid optionNamhyung Kim2017-03-031-27/+64
* perf ftrace: Add ftrace.tracer config optionTaeung Song2017-01-311-0/+25
* perf ftrace: Remove needless code setting default tracerTaeung Song2017-01-261-4/+1
* perf ftrace: Make 'function_graph' be the default tracerArnaldo Carvalho de Melo2017-01-261-1/+2
* perf ftrace: Introduce new 'ftrace' toolNamhyung Kim2017-01-261-0/+242
OpenPOWER on IntegriCloud