summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-ftrace.c
AgeCommit message (Expand)Author
2020-11-30perf evlist: Use the right prefix for 'struct evlist' create maps methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'workload' methodsArnaldo Carvalho de Melo
2020-09-04perf: ftrace: Add filter support for option -F/--funcsChangbin Du
2020-08-14perf ftrace: Make option description initials all capital lettersArnaldo Carvalho de Melo
2020-08-14perf ftrace: Add change logChangbin Du
2020-08-14perf: ftrace: Add set_tracing_options() to set all trace optionsChangbin Du
2020-08-14perf ftrace: Add option --tid to filter by thread idChangbin Du
2020-08-14perf ftrace: Add option -D/--delay to delay tracingChangbin Du
2020-08-14perf: ftrace: Allow set graph depth by '--graph-opts'Changbin Du
2020-08-14perf ftrace: Add support for trace option tracing_threshChangbin Du
2020-08-14perf ftrace: Add option 'verbose' to show more info for graph tracerChangbin Du
2020-08-14perf ftrace: Add support for tracing option 'irq-info'Changbin Du
2020-08-14perf ftrace: Add support for trace option funcgraph-irqsChangbin Du
2020-08-14perf ftrace: Add support for trace option sleep-timeChangbin Du
2020-08-14perf ftrace: Add support for tracing option 'func_stack_trace'Changbin Du
2020-08-14perf ftrace: Add option '--inherit' to trace children processesChangbin Du
2020-08-14perf ftrace: Show trace column headerChangbin Du
2020-08-14perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer sizeChangbin Du
2020-08-14perf ftrace: Factor out function write_tracing_file_int()Changbin Du
2020-08-14perf ftrace: Add option '-F/--funcs' to list available functionsChangbin Du
2020-08-14perf ftrace: Select function/function_graph tracer automaticallyChangbin Du
2020-05-28perf ftrace: Detect workload failureChangbin Du
2020-05-28perf ftrace: Trace system wide if no target is givenChangbin Du
2020-04-16perf tools: Support CAP_PERFMON capabilityAlexey Budankov
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-14perf ftrace: Improve error message about capability to use ftraceArnaldo Carvalho de Melo
2019-08-14perf ftrace: Use CAP_SYS_ADMIN instead of euid==0Igor Lubashev
2019-08-12Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2019-08-08perf ftrace: Fix failure to set cpumask when only one cpu is presentHe Zhe
2019-07-29libperf: Add threads to struct perf_evlistJiri Olsa
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa
2019-07-29perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433Thomas Gleixner
2018-02-19perf ftrace: Append an EOL when write tracing filesChangbin Du
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-06-19perf ftrace: Add -D option for depth filterNamhyung Kim
2017-06-19perf ftrace: Add option for function filteringNamhyung Kim
2017-06-19perf ftrace: Move setup_pager before opening trace_pipeNamhyung Kim
2017-06-19perf ftrace: Show error message when fails to set ftrace filesNamhyung Kim
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo