summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* perf ftrace: Fix access to pid in array when setting a pid filterThomas Richter2021-04-231-1/+1
* perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo2020-11-301-1/+1
* perf evlist: Use the right prefix for 'struct evlist' 'workload' methodsArnaldo Carvalho de Melo2020-11-301-5/+4
* perf: ftrace: Add filter support for option -F/--funcsChangbin Du2020-09-041-6/+78
* perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo2020-08-141-14/+14
* perf ftrace: Add change logChangbin Du2020-08-141-0/+1
* perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du2020-08-141-55/+63
* perf ftrace: Add option --tid to filter by thread idChangbin Du2020-08-141-0/+3
* perf ftrace: Add option -D/--delay to delay tracingChangbin Du2020-08-141-3/+16
* perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du2020-08-141-3/+2
* perf ftrace: Add support for trace option tracing_threshChangbin Du2020-08-141-1/+25
* perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du2020-08-141-1/+28
* perf ftrace: Add support for tracing option 'irq-info'Changbin Du2020-08-141-1/+20
* perf ftrace: Add support for trace option funcgraph-irqsChangbin Du2020-08-141-1/+20
* perf ftrace: Add support for trace option sleep-timeChangbin Du2020-08-141-0/+41
* perf ftrace: Add support for tracing option 'func_stack_trace'Changbin Du2020-08-141-0/+42
* perf ftrace: Add option '--inherit' to trace children processesChangbin Du2020-08-141-0/+38
* perf ftrace: Show trace column headerChangbin Du2020-08-141-0/+3
* perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer sizeChangbin Du2020-08-141-0/+55
* perf ftrace: Factor out function write_tracing_file_int()Changbin Du2020-08-141-5/+12
* perf ftrace: Add option '-F/--funcs' to list available functionsChangbin Du2020-08-141-0/+46
* perf ftrace: Select function/function_graph tracer automaticallyChangbin Du2020-08-141-2/+23
* perf ftrace: Detect workload failureChangbin Du2020-05-281-2/+11
* perf ftrace: Trace system wide if no target is givenChangbin Du2020-05-281-1/+1
* perf tools: Support CAP_PERFMON capabilityAlexey Budankov2020-04-161-2/+3
* 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