| Commit message (Expand) | Author | Age | Files | Lines |
* | perf trace: Fix SIGSEGV when processing syscall args | Naveen N. Rao | 2022-07-17 | 1 | -0/+2 |
* | perf tests: Fix Convert perf time to TSC test for hybrid | Adrian Hunter | 2022-07-17 | 1 | -14/+4 |
* | perf tests: Stop Convert perf time to TSC test opening events twice | Adrian Hunter | 2022-07-17 | 1 | -3/+6 |
* | perf synthetic-events: Ignore dead threads during event synthesis | Namhyung Kim | 2022-07-02 | 1 | -2/+3 |
* | perf synthetic-events: Don't sort the task scan result from /proc | Namhyung Kim | 2022-07-02 | 1 | -2/+2 |
* | perf unwind: Fix unitialized 'offset' variable on aarch64 | Ivan Babrou | 2022-07-02 | 1 | -1/+1 |
* | perf bpf: 8 byte align bpil data | Ian Rogers | 2022-06-28 | 1 | -3/+2 |
* | perf offcpu: Accept allowed sample types only | Namhyung Kim | 2022-06-28 | 3 | -1/+24 |
* | perf offcpu: Fix build failure on old kernels | Namhyung Kim | 2022-06-28 | 1 | -6/+14 |
* | perf stat: Enable ignore_missing_thread | Gang Li | 2022-06-26 | 1 | -0/+2 |
* | perf inject: Adjust output data offset for backward compatibility | Raul Silvera | 2022-06-26 | 3 | -1/+17 |
* | perf trace beauty: Fix generation of errno id->str table on ALT Linux | Arnaldo Carvalho de Melo | 2022-06-26 | 1 | -12/+2 |
* | perf build-id: Fix caching files with a wrong build ID | Adrian Hunter | 2022-06-26 | 1 | -0/+28 |
* | perf inject: Fix missing free in copy_kcore_dir() | Adrian Hunter | 2022-06-26 | 1 | -1/+3 |
* | perf metrics: Ensure at least 1 id per metric | Ian Rogers | 2022-06-19 | 1 | -0/+9 |
* | perf arm-spe: Don't set data source if it's not a memory operation | Leo Yan | 2022-06-19 | 1 | -14/+8 |
* | perf expr: Allow exponents on floating point values | Ian Rogers | 2022-06-19 | 2 | -1/+3 |
* | perf test topology: Use !strncmp(right platform) to fix guest PPC comparision... | Athira Rajeev | 2022-06-19 | 1 | -1/+1 |
* | perf test: Record only user callchains on the "Check Arm64 callgraphs are com... | Michael Petlan | 2022-06-19 | 1 | -1/+1 |
* | perf beauty: Update copy of linux/socket.h with the kernel sources | Arnaldo Carvalho de Melo | 2022-06-19 | 1 | -1/+6 |
* | perf test: Fix variable length array undefined behavior in bp_account | Ian Rogers | 2022-06-19 | 1 | -2/+14 |
* | perf test: Fix "perf stat CSV output linter" test on s390 | Thomas Richter | 2022-06-19 | 2 | -72/+45 |
* | perf unwind: Fix uninitialized variable | Ian Rogers | 2022-06-19 | 1 | -1/+1 |
* | perf vendor events intel: Update metrics for Alderlake | Zhengjun Xing | 2022-06-03 | 1 | -50/+113 |
* | perf vendor events intel: Add metrics for Sapphirerapids | Zhengjun Xing | 2022-06-03 | 1 | -0/+530 |
* | perf c2c: Fix sorting in percent_rmt_hitm_cmp() | Leo Yan | 2022-06-03 | 1 | -2/+2 |
* | perf mem: Trace physical address for Arm SPE events | Leo Yan | 2022-06-03 | 1 | -3/+3 |
* | perf list: Update event description for IBM zEC12/zBC12 to latest level | Thomas Richter | 2022-06-03 | 3 | -89/+89 |
* | perf list: Update event description for IBM z196/z114 to latest level | Thomas Richter | 2022-06-03 | 3 | -78/+78 |
* | perf list: Update event description for IBM z15 to latest level | Thomas Richter | 2022-06-03 | 4 | -184/+182 |
* | perf list: Update event description for IBM z14 to latest level | Thomas Richter | 2022-06-03 | 3 | -99/+99 |
* | perf list: Update event description for IBM z13 to latest level | Thomas Richter | 2022-06-03 | 3 | -106/+106 |
* | perf list: Update event description for IBM z10 to latest level | Thomas Richter | 2022-06-03 | 3 | -74/+74 |
* | perf list: Add IBM z16 event description for s390 | Thomas Richter | 2022-06-03 | 5 | -0/+700 |
* | perf record: Support sample-read topdown metric group for hybrid platforms | Zhengjun Xing | 2022-06-03 | 3 | -18/+13 |
* | perf lock: Change to synthesize task events | Namhyung Kim | 2022-06-03 | 1 | -1/+1 |
* | perf unwind: Fix segbase for ld.lld linked objects | Fangrui Song | 2022-06-03 | 2 | -30/+77 |
* | perf test arm-spe: Check if perf-record hangs when recording workload with forks | German Gomez | 2022-06-03 | 1 | -0/+92 |
* | perf docs: Correct typo of event_sources | Ian Rogers | 2022-06-03 | 3 | -3/+3 |
* | perf evlist: Extend arch_evsel__must_be_in_group to support hybrid systems | Zhengjun Xing | 2022-06-03 | 1 | -1/+1 |
* | perf scripts python: Support Arm CoreSight trace data disassembly | Leo Yan | 2022-05-27 | 1 | -0/+272 |
* | perf scripting python: Expose dso and map information | Leo Yan | 2022-05-27 | 1 | -4/+17 |
* | perf jevents: Fix event syntax error caused by ExtSel | Zhengjun Xing | 2022-05-27 | 1 | -1/+1 |
* | perf tools arm64: Add support for VG register | James Clark | 2022-05-27 | 2 | -0/+40 |
* | perf unwind arm64: Decouple Libunwind register names from Perf | James Clark | 2022-05-26 | 1 | -71/+2 |
* | perf unwind: Use dynamic register set for DWARF unwind | James Clark | 2022-05-26 | 2 | -1/+2 |
* | perf unwind arm64: Use perf's copy of kernel headers | James Clark | 2022-05-26 | 1 | -1/+1 |
* | perf c2c: Use stdio interface if slang is not supported | Leo Yan | 2022-05-26 | 1 | -2/+4 |
* | perf test: Add a basic offcpu profiling test | Namhyung Kim | 2022-05-26 | 1 | -0/+60 |
* | perf record: Add cgroup support for off-cpu profiling | Namhyung Kim | 2022-05-26 | 4 | -5/+85 |