| Commit message (Expand) | Author | Age | Files | Lines |
* | perf streams: Introduce branch history "streams" | Jin Yao | 2020-10-14 | 1 | -0/+1 |
* | perf tools: Rename group to topdown | Kan Liang | 2020-09-17 | 1 | -0/+1 |
* | perf tools: Add general function to parse sublevel options | Changbin Du | 2020-08-14 | 1 | -0/+1 |
* | perf clockid: Move parse_clockid() to new clockid object | Jiri Olsa | 2020-08-06 | 1 | -0/+1 |
* | perf parse-events: Disable a subset of bison warnings | Ian Rogers | 2020-07-02 | 1 | -3/+11 |
* | perf parse-events: Disable a subset of flex warnings | Ian Rogers | 2020-07-02 | 1 | -3/+13 |
* | perf parse-events: Declare bison header file output | Ian Rogers | 2020-06-23 | 1 | -6/+9 |
* | perf parse-events: Declare flex header file output | Ian Rogers | 2020-06-22 | 1 | -6/+9 |
* | perf pmu: Add flex debug build flag | Ian Rogers | 2020-06-22 | 1 | -1/+1 |
* | perf pmu: Add bison debug build flag | Ian Rogers | 2020-06-22 | 1 | -1/+1 |
* | perf parse-events: Use automatic variable for yacc input | Ian Rogers | 2020-06-22 | 1 | -3/+3 |
* | perf parse-events: Use automatic variable for flex input | Ian Rogers | 2020-06-22 | 1 | -3/+3 |
* | perf tools: Move arm-spe-pkt-decoder.h/c to the new dir | Tan Xiaojun | 2020-06-01 | 1 | -1/+1 |
* | perf tools: Add optional support for libpfm4 | Stephane Eranian | 2020-05-29 | 1 | -0/+2 |
* | perf tools: Grab a copy of libbpf's hashmap | Ian Rogers | 2020-05-28 | 1 | -0/+4 |
* | perf evlist: Move the sideband thread routines to separate object | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -0/+1 |
* | perf tools: Move routines that probe for perf API features to separate file | Arnaldo Carvalho de Melo | 2020-05-05 | 1 | -0/+1 |
* | perf expr: Move expr lexer to flex | Jiri Olsa | 2020-03-09 | 1 | -1/+9 |
* | perf expr: Add expr.c object | Jiri Olsa | 2020-03-09 | 1 | -0/+1 |
* | perf affinity: Add infrastructure to save/restore affinity | Andi Kleen | 2019-11-28 | 1 | -0/+1 |
* | perf pmu: Use file system cache to optimize sysfs access | Andi Kleen | 2019-11-28 | 1 | -0/+1 |
* | perf block: Cleanup and refactor block info functions | Jin Yao | 2019-11-07 | 1 | -0/+1 |
* | perf diff: Report noisy for cycles diff | Jin Yao | 2019-10-11 | 1 | -0/+1 |
* | perf evsel: Introduce evsel_fprintf.h | Arnaldo Carvalho de Melo | 2019-09-25 | 1 | -0/+1 |
* | perf copyfile: Move copyfile routines to separate files | Arnaldo Carvalho de Melo | 2019-09-25 | 1 | -0/+1 |
* | perf tools: Move event synthesizing routines to separate .c file | Arnaldo Carvalho de Melo | 2019-09-20 | 1 | -0/+1 |
* | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | perf cacheline: Move cacheline related routines to separate files | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -0/+1 |
* | perf evswitch: Move switch logic to use in other tools | Arnaldo Carvalho de Melo | 2019-08-15 | 1 | -0/+1 |
* | perf tools: Add helpers to use capabilities if present | Igor Lubashev | 2019-08-14 | 1 | -0/+2 |
* | libperf: Adopt xyarray class from perf | Jiri Olsa | 2019-07-29 | 1 | -1/+0 |
* | libperf: Move zalloc.o into libperf | Jiri Olsa | 2019-07-29 | 1 | -5/+0 |
* | perf tools: Introduce rlimit__bump_memlock() helper | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+1 |
* | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 2019-07-09 | 1 | -0/+5 |
* | tools lib: Move argv_{split,free} from tools/perf/util/ | Arnaldo Carvalho de Melo | 2019-07-01 | 1 | -0/+5 |
* | tools perf: Move from sane_ctype.h obtained from git to the Linux's original | Arnaldo Carvalho de Melo | 2019-06-25 | 1 | -0/+4 |
* | perf tools: Introduce Zstd streaming based compression API | Alexey Budankov | 2019-05-15 | 1 | -0/+2 |
* | perf bpf: Add bpf_map dumper | Arnaldo Carvalho de Melo | 2019-02-19 | 1 | -0/+1 |
* | perf tools: Add cpu_topology object | Jiri Olsa | 2019-02-19 | 1 | -0/+1 |
* | perf tools: Rename build libperf to perf | Jiri Olsa | 2019-02-14 | 1 | -138/+138 |
* | perf pmu: Remove set_drv_config API | Mathieu Poirier | 2019-02-06 | 1 | -1/+0 |
* | perf utils: Move perf_config using routines from color.c to separate object | Arnaldo Carvalho de Melo | 2019-01-21 | 1 | -0/+1 |
* | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu | 2019-01-21 | 1 | -0/+2 |
* | perf report: Display arch specific diagnostic counter sets, starting with s390 | Thomas Richter | 2019-01-21 | 1 | -0/+2 |
* | perf tools: Support 'srccode' output | Andi Kleen | 2018-12-17 | 1 | -0/+1 |
* | tools build feature: Check if get_current_dir_name() is available | Arnaldo Carvalho de Melo | 2018-11-19 | 1 | -0/+1 |
* | perf stat: Move the display functions to stat-display.c | Jiri Olsa | 2018-08-30 | 1 | -0/+1 |
* | perf auxtrace: Support for perf report -D for s390 | Thomas Richter | 2018-08-03 | 1 | -0/+1 |
* | perf tools: Remove dead quote.[ch] code | Arnaldo Carvalho de Melo | 2018-06-04 | 1 | -1/+0 |
* | perf llvm-utils: Add bpf include path to clang command line | Arnaldo Carvalho de Melo | 2018-05-15 | 1 | -0/+2 |