summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-ftrace.c
Commit message (Expand)AuthorAgeFilesLines
* perf evlist: Rename cpus to user_requested_cpusIan Rogers2022-04-011-1/+1
* perf ftrace latency: Add -n/--use-nsec optionNamhyung Kim2022-03-221-9/+15
* perf ftrace: system_wide collection is not effective by defaultChangbin Du2022-02-061-21/+24
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+1
* perf cpumap: Give CPUs their own typeIan Rogers2022-01-121-1/+1
* perf cpumap: Remove cpu_map__cpu(), use libperf functionIan Rogers2022-01-121-1/+1
* perf ftrace: Add -b/--use-bpf option for latency subcommandNamhyung Kim2021-12-161-66/+92
* perf ftrace: Add 'latency' subcommandNamhyung Kim2021-12-161-9/+276
* perf ftrace: Move out common code from __cmd_ftraceNamhyung Kim2021-12-161-30/+33
* perf ftrace: Add 'trace' subcommandNamhyung Kim2021-12-161-12/+23
* 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