Age | Commit message (Expand) | Author | Files | Lines |
2019-08-29 | perf time-utils: Adopt rdclock() from perf.h | Arnaldo Carvalho de Melo | 1 | -9/+0 |
2019-08-29 | perf tools: Move everything related to sys_perf_event_open() to perf-sys.h | Arnaldo Carvalho de Melo | 1 | -12/+0 |
2019-08-26 | perf record: Move record_opts and other record decls out of perf.h | Arnaldo Carvalho de Melo | 1 | -62/+0 |
2019-08-14 | perf record: Add an option to take an AUX snapshot on exit | Alexander Shishkin | 1 | -0/+1 |
2019-06-25 | perf tools: Increase MAX_NR_CPUS and MAX_CACHES | Kyle Meyer | 1 | -1/+1 |
2019-06-10 | perf record: Add support to collect callchains from kernel or user space only | yuzhoujian | 1 | -0/+2 |
2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 1 | -0/+1 |
2019-04-01 | perf record: Implement --mmap-flush=<number> option | Alexey Budankov | 1 | -0/+1 |
2019-03-19 | perf record: Replace option --bpf-event with --no-bpf-event | Song Liu | 1 | -1/+1 |
2019-02-06 | perf record: Allocate affinity masks | Alexey Budankov | 1 | -0/+8 |
2019-01-21 | perf tools: Handle PERF_RECORD_BPF_EVENT | Song Liu | 1 | -0/+1 |
2018-12-17 | perf tools: Allow specifying proc-map-timeout in config file | Mark Drayton | 1 | -1/+0 |
2018-12-17 | perf record: Enable asynchronous trace writing | Alexey Budankov | 1 | -0/+1 |
2018-10-18 | perf record: Encode -k clockid frequency into Perf trace | Alexey Budankov | 1 | -0/+1 |
2018-08-01 | perf tools: Allow overriding MAX_NR_CPUS at compile time | Christophe Leroy | 1 | -0/+2 |
2018-07-30 | perf tools: Fix the build on the alpine:edge distro | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-04-02 | perf tools: Add 'perf -vv' as an alias to 'perf version --build-options' | Jin Yao | 1 | -0/+1 |
2018-03-05 | perf record: Fix crash in pipe mode | Jiri Olsa | 1 | -0/+1 |
2018-03-05 | perf record: Throttle user defined frequencies to the maximum allowed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2018-03-05 | perf record: Allow asking for the maximum allowed sample rate | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2018-02-05 | perf record: Fix period option handling | Jiri Olsa | 1 | -0/+1 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-13 | perf record: Support direct --user-regs arguments | Andi Kleen | 1 | -0/+1 |
2017-09-01 | perf tools: Support new sample type for physical address | Kan Liang | 1 | -0/+1 |
2017-07-19 | perf tests attr: Add test_attr__ready function | Jiri Olsa | 1 | -0/+1 |
2017-03-14 | perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info | Hari Bathini | 1 | -0/+1 |
2016-12-15 | perf evsel: Allow to ignore missing pid | Jiri Olsa | 1 | -0/+1 |
2016-08-23 | tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros | Arnaldo Carvalho de Melo | 1 | -7/+0 |
2016-08-02 | perf record: Add --sample-cpu option | Jiri Olsa | 1 | -0/+1 |
2016-07-15 | perf record: Add --tail-synthesize option | Wang Nan | 1 | -0/+1 |
2016-07-15 | perf tools: Enable overwrite settings | Wang Nan | 1 | -0/+1 |
2016-04-18 | perf tools: Ditch record_opts.callgraph_set | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2016-02-18 | perf record: Add --all-user/--all-kernel options | Jiri Olsa | 1 | -0/+2 |
2015-09-01 | perf record: Add ability to name registers to record | Stephane Eranian | 1 | -1/+1 |
2015-07-29 | perf tools: Introduce callgraph_set for callgraph option | Kan Liang | 1 | -0/+1 |
2015-07-24 | perf record: Add option --switch-events to select PERF_RECORD_SWITCH events | Adrian Hunter | 1 | -0/+1 |
2015-07-06 | perf record: Let user have timestamps with per-thread recording | Adrian Hunter | 1 | -0/+1 |
2015-06-20 | perf tools: Configurable per thread proc map processing time out | Kan Liang | 1 | -0/+1 |
2015-05-06 | perf tools: Add AUX area tracing Snapshot Mode | Adrian Hunter | 1 | -0/+3 |
2015-04-29 | perf auxtrace: Add support for AUX area recording | Adrian Hunter | 1 | -0/+2 |
2015-04-08 | perf record: Add clockid parameter | Peter Zijlstra | 1 | -0/+2 |
2015-03-26 | perf: Bump max number of cpus to 1024 | David Ahern | 1 | -1/+1 |
2015-02-25 | perf record: Support recording running/enabled time | Andi Kleen | 1 | -0/+1 |
2014-11-16 | perf tools: Add core support for sampling intr machine state regs | Stephane Eranian | 1 | -0/+1 |
2014-10-29 | perf tools: Export usage string and option table of perf record | Namhyung Kim | 1 | -0/+3 |
2014-09-26 | perf tools: Move callchain config from record_opts to callchain_param | Namhyung Kim | 1 | -3/+0 |
2014-05-05 | perf tools: Move ACCESS_ONCE from perf.h header | Jiri Olsa | 1 | -2/+0 |
2014-05-05 | perf tools: Move sys_perf_event_open function from perf.h | Jiri Olsa | 1 | -29/+11 |
2014-05-05 | perf tools: Move syscall and arch specific defines from perf.h | Jiri Olsa | 1 | -164/+1 |