| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2021-02-22 | 174 | -922/+6739 |
|\ |
|
| * | perf buildid-cache: Don't skip 16-byte build-ids | Nicholas Fraser | 2021-02-18 | 2 | -3/+6 |
| * | perf buildid-cache: Add test for 16-byte build-id | Nicholas Fraser | 2021-02-18 | 1 | -0/+6 |
| * | perf symbol: Remove redundant libbfd checks | Nicholas Fraser | 2021-02-18 | 1 | -9/+0 |
| * | perf test: Output the sub testing result in cs-etm | Leo Yan | 2021-02-18 | 1 | -10/+14 |
| * | perf test: Suppress logs in cs-etm testing | Leo Yan | 2021-02-18 | 1 | -12/+9 |
| * | perf tools: Fix arm64 build error with gcc-11 | Jianlin Lv | 2021-02-18 | 8 | -7/+14 |
| * | perf intel-pt: Add documentation for tracing virtual machines | Adrian Hunter | 2021-02-18 | 1 | -0/+82 |
| * | perf intel-pt: Split VM-Entry and VM-Exit branches | Adrian Hunter | 2021-02-18 | 1 | -1/+21 |
| * | perf intel-pt: Adjust sample flags for VM-Exit | Adrian Hunter | 2021-02-18 | 1 | -4/+7 |
| * | perf intel-pt: Allow for a guest kernel address filter | Adrian Hunter | 2021-02-18 | 1 | -1/+7 |
| * | perf intel-pt: Support decoding of guest kernel | Adrian Hunter | 2021-02-18 | 1 | -12/+69 |
| * | perf machine: Factor out machine__idle_thread() | Adrian Hunter | 2021-02-18 | 3 | -22/+22 |
| * | perf machine: Factor out machines__find_guest() | Adrian Hunter | 2021-02-18 | 3 | -6/+11 |
| * | perf intel-pt: Amend decoder to track the NR flag | Adrian Hunter | 2021-02-18 | 2 | -9/+53 |
| * | perf intel-pt: Retain the last PIP packet payload as is | Adrian Hunter | 2021-02-18 | 5 | -18/+16 |
| * | perf intel_pt: Add vmlaunch and vmresume as branches | Adrian Hunter | 2021-02-18 | 3 | -0/+17 |
| * | perf script: Add branch types for VM-Entry and VM-Exit | Adrian Hunter | 2021-02-18 | 3 | -1/+9 |
| * | perf auxtrace: Automatically group aux-output events | Adrian Hunter | 2021-02-18 | 3 | -0/+23 |
| * | perf test: Fix unaligned access in sample parsing test | Namhyung Kim | 2021-02-18 | 1 | -1/+1 |
| * | perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing | Kan Liang | 2021-02-18 | 4 | -14/+43 |
| * | perf intel-pt: Add PSB events | Adrian Hunter | 2021-02-18 | 7 | -53/+251 |
| * | perf intel-pt: Fix IPC with CYC threshold | Adrian Hunter | 2021-02-18 | 3 | -0/+41 |
| * | perf intel-pt: Fix premature IPC | Adrian Hunter | 2021-02-18 | 3 | -11/+17 |
| * | perf intel-pt: Fix missing CYC processing in PSB | Adrian Hunter | 2021-02-18 | 1 | -0/+3 |
| * | perf unwind: Set userdata for all __report_module() paths | Dave Rigby | 2021-02-18 | 1 | -3/+8 |
| * | perf record: Fix continue profiling after draining the buffer | Yang Jihong | 2021-02-18 | 3 | -1/+13 |
| * | perf tools: Simplify the calculation of variables | Jiapeng Chong | 2021-02-18 | 1 | -1/+1 |
| * | perf vendor events arm64: Add JSON metrics for imx8mp DDR Perf | Joakim Zhang | 2021-02-18 | 2 | -0/+503 |
| * | perf vendor events arm64: Add JSON metrics for imx8mq DDR Perf | Joakim Zhang | 2021-02-18 | 2 | -0/+55 |
| * | perf vendor events arm64: Add JSON metrics for imx8mn DDR Perf | Joakim Zhang | 2021-02-18 | 2 | -0/+55 |
| * | perf vendor events arm64: Fix indentation of brackets in imx8mm metrics | Joakim Zhang | 2021-02-18 | 1 | -2/+2 |
| * | perf annotate: Do not jump after 'k' is pressed | Martin Liška | 2021-02-17 | 1 | -1/+1 |
| * | perf metricgroup: Remove unneeded semicolon | Yang Li | 2021-02-17 | 1 | -1/+1 |
| * | perf tools: Add OCaml demangling | Fabian Hemmer | 2021-02-17 | 11 | -11/+156 |
| * | perf symbols: Resolve symbols against debug file first | Jiri Slaby | 2021-02-17 | 1 | -1/+15 |
| * | Merge branch 'perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2021-02-16 | 4 | -10/+24 |
| |\ |
|
| | * | perf probe: Fix kretprobe issue caused by GCC bug | Jianlin Lv | 2021-02-12 | 1 | -0/+10 |
| | * | perf symbols: Fix return value when loading PE DSO | Nicholas Fraser | 2021-02-12 | 1 | -1/+3 |
| | * | perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache only | Nicholas Fraser | 2021-02-12 | 1 | -7/+1 |
| | * | perf symbols: Use (long) for iterator for bfd symbols | Dmitry Safonov | 2021-02-12 | 1 | -2/+1 |
| | * | perf annotate: Fix jump parsing for C++ code. | Martin Liška | 2021-02-11 | 2 | -0/+9 |
| * | | perf arm-spe: Set sample's data source field | Leo Yan | 2021-02-16 | 1 | -9/+60 |
| * | | perf arm-spe: Synthesize memory event | Leo Yan | 2021-02-16 | 1 | -0/+30 |
| * | | perf arm-spe: Fill address info for samples | Leo Yan | 2021-02-16 | 1 | -20/+30 |
| * | | perf arm-spe: Store operation type in packet | Leo Yan | 2021-02-12 | 2 | -0/+12 |
| * | | perf arm-spe: Store memory address in packet | Leo Yan | 2021-02-12 | 2 | -0/+6 |
| * | | perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC | Leo Yan | 2021-02-12 | 1 | -1/+1 |
| * | | perf env: Remove unneeded internal/cpumap inclusions | Ian Rogers | 2021-02-12 | 9 | -9/+0 |
| * | | perf tools: Remove unused xyarray.c as it was moved to tools/lib/perf | Ian Rogers | 2021-02-12 | 1 | -33/+0 |