- fceb621 perf ftrace: system_wide collection is not effective by default by Changbin Du · 2 years, 11 months ago
- 4402869 perf cpumap: Migrate to libperf cpumap api by Ian Rogers · 3 years ago
- 6d18804 perf cpumap: Give CPUs their own type by Ian Rogers · 3 years ago
- adff2c6 perf cpumap: Remove cpu_map__cpu(), use libperf function by Ian Rogers · 3 years ago
- 177f4ea perf ftrace: Add -b/--use-bpf option for latency subcommand by Namhyung Kim · 3 years ago
- 53be502 perf ftrace: Add 'latency' subcommand by Namhyung Kim · 3 years ago
- a9b8ae8 perf ftrace: Move out common code from __cmd_ftrace by Namhyung Kim · 3 years ago
- 416e15a perf ftrace: Add 'trace' subcommand by Namhyung Kim · 3 years ago
- 671b60c perf ftrace: Fix access to pid in array when setting a pid filter by Thomas Richter · 3 years, 8 months ago
- 7748bb7 perf evlist: Use the right prefix for 'struct evlist' create maps methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- 7b392ef perf evlist: Use the right prefix for 'struct evlist' 'workload' methods by Arnaldo Carvalho de Melo · 4 years, 1 month ago
- 2ae05fe perf: ftrace: Add filter support for option -F/--funcs by Changbin Du · 4 years, 4 months ago
- 492e4ed perf ftrace: Make option description initials all capital letters by Arnaldo Carvalho de Melo · 4 years, 5 months ago
- 0094024 perf ftrace: Add change log by Changbin Du · 4 years, 5 months ago
- 3c4dc21 perf: ftrace: Add set_tracing_options() to set all trace options by Changbin Du · 4 years, 5 months ago
- 42145d7 perf ftrace: Add option --tid to filter by thread id by Changbin Du · 4 years, 5 months ago
- 6555c2f perf ftrace: Add option -D/--delay to delay tracing by Changbin Du · 4 years, 5 months ago
- a8f87a5 perf: ftrace: Allow set graph depth by '--graph-opts' by Changbin Du · 4 years, 5 months ago
- 00c85d5 perf ftrace: Add support for trace option tracing_thresh by Changbin Du · 4 years, 5 months ago
- 59486fb perf ftrace: Add option 'verbose' to show more info for graph tracer by Changbin Du · 4 years, 5 months ago
- c81fc34 perf ftrace: Add support for tracing option 'irq-info' by Changbin Du · 4 years, 5 months ago
- d1bcf17 perf ftrace: Add support for trace option funcgraph-irqs by Changbin Du · 4 years, 5 months ago
- 38988f2 perf ftrace: Add support for trace option sleep-time by Changbin Du · 4 years, 5 months ago
- b1d84af perf ftrace: Add support for tracing option 'func_stack_trace' by Changbin Du · 4 years, 5 months ago
- 5b347472 perf ftrace: Add option '--inherit' to trace children processes by Changbin Du · 4 years, 5 months ago
- 81523c1 perf ftrace: Show trace column header by Changbin Du · 4 years, 5 months ago
- 846e193 perf ftrace: Add option '-m/--buffer-size' to set per-cpu buffer size by Changbin Du · 4 years, 5 months ago
- 68faab0 perf ftrace: Factor out function write_tracing_file_int() by Changbin Du · 4 years, 5 months ago
- d6d81bf perf ftrace: Add option '-F/--funcs' to list available functions by Changbin Du · 4 years, 5 months ago
- eb6d31a perf ftrace: Select function/function_graph tracer automatically by Changbin Du · 4 years, 5 months ago
- 51a09d8 perf ftrace: Detect workload failure by Changbin Du · 4 years, 8 months ago
- 452b0d1 perf ftrace: Trace system wide if no target is given by Changbin Du · 4 years, 8 months ago
- 6b3e0e2 perf tools: Support CAP_PERFMON capability by Alexey Budankov · 4 years, 9 months ago
- f2a39fe perf auxtrace: Uninline functions that touch perf_session by Arnaldo Carvalho de Melo · 5 years ago
- 8520a98 perf debug: Remove needless include directives from debug.h by Arnaldo Carvalho de Melo · 5 years ago
- 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
- a2f354e libperf: Add perf_thread_map__nr/perf_thread_map__pid functions by Jiri Olsa · 5 years ago
- 73e5de7 perf ftrace: Improve error message about capability to use ftrace by Arnaldo Carvalho de Melo · 5 years ago
- c766f3d perf ftrace: Use CAP_SYS_ADMIN instead of euid==0 by Igor Lubashev · 5 years ago
- 272172b Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 5 years ago
- cf30ae7 perf ftrace: Fix failure to set cpumask when only one cpu is present by He Zhe · 5 years ago
- 03617c2 libperf: Add threads to struct perf_evlist by Jiri Olsa · 5 years ago
- f72f901 libperf: Add cpus to struct perf_evlist by Jiri Olsa · 5 years ago
- 9c3516d libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions by Jiri Olsa · 5 years ago
- 38f01d8 libperf: Add perf_cpu_map__get()/perf_cpu_map__put() by Jiri Olsa · 5 years ago
- c12995a perf evlist: Rename perf_evlist__delete() to evlist__delete() by Jiri Olsa · 5 years ago
- 0f98b11 perf evlist: Rename perf_evlist__new() to evlist__new() by Jiri Olsa · 5 years ago
- 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
- f854839 perf cpu_map: Rename struct cpu_map to struct perf_cpu_map by Jiri Olsa · 5 years ago
- e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 5 years ago
- 1c6bec5 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 433 by Thomas Gleixner · 6 years ago
- 63cd02d perf ftrace: Append an EOL when write tracing files by Changbin Du · 7 years ago
- 8e99b6d tools include: Adopt strstarts() from the kernel by Arnaldo Carvalho de Melo · 7 years ago
- 1096c35 perf ftrace: Add -D option for depth filter by Namhyung Kim · 8 years ago
- 78b83e8 perf ftrace: Add option for function filtering by Namhyung Kim · 8 years ago
- 29681bc perf ftrace: Move setup_pager before opening trace_pipe by Namhyung Kim · 8 years ago
- e7bd9ba perf ftrace: Show error message when fails to set ftrace files by Namhyung Kim · 8 years ago
- 4208735 perf tools: Remove poll.h and wait.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
- 5833596 perf ftrace: Use pager for displaying result by Namhyung Kim · 8 years ago
- dc23103 perf ftrace: Add support for -a and -C option by Namhyung Kim · 8 years ago
- a9af6be perf ftrace: Add support for --pid option by Namhyung Kim · 8 years ago
- b05d109 perf ftrace: Add ftrace.tracer config option by Taeung Song · 8 years ago
- bf062bd perf ftrace: Remove needless code setting default tracer by Taeung Song · 8 years ago
- ec34787 perf ftrace: Make 'function_graph' be the default tracer by Arnaldo Carvalho de Melo · 8 years ago
- d01f4e8 perf ftrace: Introduce new 'ftrace' tool by Namhyung Kim · 12 years ago