| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | perf synthetic events: Avoid write of uninitialized memory when generating PE... | Ian Rogers | 2021-03-30 | 1 | -4/+5 |
* | perf auxtrace: Fix auxtrace queue conflict | Adrian Hunter | 2021-03-30 | 1 | -4/+0 |
* | perf report: Fix -F for branch & mem modes | Ravi Bangoria | 2021-03-17 | 1 | -2/+2 |
* | perf traceevent: Ensure read cmdlines are null terminated. | Ian Rogers | 2021-03-17 | 1 | -0/+1 |
* | perf build: Fix ccache usage in $(CC) when generating arch errno table | Antonio Terceiro | 2021-03-17 | 1 | -1/+1 |
* | perf test: Fix unaligned access in sample parsing test | Namhyung Kim | 2021-03-04 | 1 | -1/+1 |
* | perf intel-pt: Fix IPC with CYC threshold | Adrian Hunter | 2021-03-04 | 3 | -0/+41 |
* | perf intel-pt: Fix premature IPC | Adrian Hunter | 2021-03-04 | 3 | -11/+17 |
* | perf intel-pt: Fix missing CYC processing in PSB | Adrian Hunter | 2021-03-04 | 1 | -0/+3 |
* | perf record: Fix continue profiling after draining the buffer | Yang Jihong | 2021-03-04 | 3 | -1/+13 |
* | perf symbols: Fix return value when loading PE DSO | Nicholas Fraser | 2021-03-04 | 1 | -1/+3 |
* | perf symbols: Use (long) for iterator for bfd symbols | Dmitry Safonov | 2021-03-04 | 1 | -2/+1 |
* | perf vendor events arm64: Fix Ampere eMag event typo | John Garry | 2021-03-04 | 1 | -1/+1 |
* | perf tools: Fix DSO filtering when not finding a map for a sampled address | Arnaldo Carvalho de Melo | 2021-03-04 | 1 | -0/+2 |
* | tools: Factor HOSTCC, HOSTLD, HOSTAR definitions | Jean-Philippe Brucker | 2021-01-30 | 1 | -4/+0 |
* | perf intel-pt: Fix 'CPU too large' error | Adrian Hunter | 2021-01-19 | 2 | -3/+3 |
* | perf probe: Fix memory leak when synthesizing SDT probes | Arnaldo Carvalho de Melo | 2020-12-30 | 1 | -3/+10 |
* | perf record: Fix memory leak when using '--user-regs=?' to list registers | Zheng Zengkai | 2020-12-30 | 1 | -1/+1 |
* | perf test: Fix metric parsing test | Kajol Jain | 2020-12-30 | 1 | -1/+1 |
* | perf test: Use generic event for expand_libpfm_events() | Namhyung Kim | 2020-12-30 | 1 | -1/+1 |
* | perf probe: Change function definition check due to broken DWARF | Masami Hiramatsu | 2020-11-27 | 2 | -4/+19 |
* | perf probe: Fix to die_entrypc() returns error correctly | Masami Hiramatsu | 2020-11-27 | 1 | -0/+8 |
* | perf stat: Use proper cpu for shadow stats | Namhyung Kim | 2020-11-27 | 1 | -4/+1 |
* | perf record: Synthesize cgroup events only if needed | Namhyung Kim | 2020-11-27 | 1 | -0/+3 |
* | perf diff: Fix error return value in __cmd_diff() | Zhen Lei | 2020-11-27 | 1 | -1/+3 |
* | perf tools: Update copy of libbpf's hashmap.c | Arnaldo Carvalho de Melo | 2020-11-27 | 1 | -6/+9 |
* | perf test: Avoid an msan warning in a copied stack. | Ian Rogers | 2020-11-16 | 1 | -0/+7 |
* | perf inject: Fix file corruption due to event deletion | Al Grant | 2020-11-16 | 1 | -11/+1 |
* | perf test: Update branch sample pattern for cs-etm | Leo Yan | 2020-11-12 | 1 | -1/+1 |
* | perf test: Fix a typo in cs-etm testing | Leo Yan | 2020-11-12 | 1 | -1/+1 |
* | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo | 2020-11-12 | 3 | -0/+13 |
* | perf lock: Don't free "lock_seq_stat" if read_count isn't zero | Leo Yan | 2020-11-12 | 1 | -1/+1 |
* | perf lock: Correct field name "flags" | Leo Yan | 2020-11-12 | 1 | -1/+1 |
* | perf tools: Add missing swap for cgroup events | Namhyung Kim | 2020-11-03 | 1 | -0/+13 |
* | perf tools: Add missing swap for ino_generation | Jiri Olsa | 2020-11-03 | 1 | -0/+1 |
* | perf tools: Initialize output buffer in build_id__sprintf | Jiri Olsa | 2020-11-03 | 1 | -0/+2 |
* | perf hists browser: Increase size of 'buf' in perf_evsel__hists_browse() | Song Liu | 2020-11-03 | 1 | -1/+1 |
* | perf scripting python: Avoid declaring function pointers with a visibility at... | Arnaldo Carvalho de Melo | 2020-11-03 | 1 | -5/+2 |
* | perf tools: Remove broken __no_tail_call attribute | Peter Zijlstra | 2020-11-03 | 1 | -5/+5 |
* | perf vendor events: Fix DRAM_BW_Use 0 issue for CLX/SKX | Jin Yao | 2020-11-03 | 2 | -2/+2 |
* | perf trace: Fix segfault when trying to trace events by cgroup | Stanislav Ivanichkin | 2020-11-03 | 1 | -6/+9 |
* | perf tools: Fix crash with non-jited bpf progs | Tommi Rantala | 2020-11-03 | 3 | -1/+19 |
* | tools headers UAPI: Update process_madvise affected files | Arnaldo Carvalho de Melo | 2020-11-03 | 1 | -4/+7 |
* | perf tools: Update copy of libbpf's hashmap.c | Arnaldo Carvalho de Melo | 2020-11-03 | 2 | -0/+15 |
* | perf tools: Remove LTO compiler options when building perl support | Justin M. Forbes | 2020-11-03 | 1 | -0/+1 |
* | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2020-10-17 | 152 | -5589/+10318 |
|\ |
|
| * | perf c2c: Update documentation for metrics reorganization | Leo Yan | 2020-10-15 | 1 | -16/+18 |
| * | perf c2c: Add metrics "RMT Load Hit" | Leo Yan | 2020-10-15 | 1 | -50/+2 |
| * | perf c2c: Correct LLC load hit metrics | Leo Yan | 2020-10-15 | 1 | -2/+2 |
| * | perf c2c: Change header for LLC local hit | Leo Yan | 2020-10-15 | 1 | -1/+1 |