| Commit message (Expand) | Author | Age | Files | Lines |
* | perf stat: Fix printing os->prefix in CSV metrics output | Athira Rajeev | 2022-11-25 | 1 | -1/+1 |
* | perf auxtrace: Fix address filter symbol name match for modules | Adrian Hunter | 2022-11-03 | 1 | -1/+9 |
* | perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc | Adrian Hunter | 2022-10-26 | 1 | -2/+7 |
* | perf tools: Fixup get_current_dir_name() compilation | Alexey Dobriyan | 2022-10-15 | 1 | -1/+2 |
* | perf kcore_copy: Do not check /proc/modules is unchanged | Adrian Hunter | 2022-09-28 | 1 | -5/+2 |
* | perf jit: Include program header in ELF files | Lieven Hey | 2022-09-28 | 2 | -0/+18 |
* | genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO | Arnaldo Carvalho de Melo | 2022-08-25 | 1 | -1/+5 |
* | perf symbol: Fail to read phdr workaround | Ian Rogers | 2022-08-25 | 1 | -7/+20 |
* | perf symbol: Correct address for bss symbols | Leo Yan | 2022-08-03 | 1 | -4/+41 |
* | perf c2c: Fix sorting in percent_rmt_hitm_cmp() | Leo Yan | 2022-06-14 | 1 | -2/+2 |
* | perf jevents: Fix event syntax error caused by ExtSel | Zhengjun Xing | 2022-06-14 | 1 | -1/+1 |
* | perf c2c: Use stdio interface if slang is not supported | Leo Yan | 2022-06-14 | 1 | -2/+4 |
* | perf tools: Add missing headers needed by util/data.h | Yang Jihong | 2022-06-14 | 1 | -0/+1 |
* | perf bench numa: Address compiler error on s390 | Thomas Richter | 2022-05-25 | 1 | -1/+1 |
* | x86: xen: insn: Decode Xen and KVM emulate-prefix signature | Masami Hiramatsu | 2022-05-15 | 1 | -1/+2 |
* | tools build: Filter out options and warnings not supported by clang | Arnaldo Carvalho de Melo | 2022-04-15 | 1 | -0/+3 |
* | perf session: Remap buf if there is no space for event | Denis Nikitin | 2022-04-15 | 1 | -3/+12 |
* | perf tools: Fix perf's libperf_print callback | Adrian Hunter | 2022-04-15 | 1 | -1/+1 |
* | perf symbols: Fix symbol size calculation condition | Michael Petlan | 2022-03-23 | 1 | -1/+1 |
* | perf data: Fix double free in perf_session__delete() | Alexey Bayduraev | 2022-03-02 | 1 | -4/+3 |
* | perf probe: Fix ppc64 'perf probe add events failed' case | Zechuan Chen | 2022-02-16 | 1 | -0/+3 |
* | perf script: Fix hex dump character output | Adrian Hunter | 2022-01-27 | 1 | -1/+1 |
* | perf script: Fix CPU filtering of a script's switch events | Adrian Hunter | 2022-01-05 | 1 | -1/+1 |
* | tools build: Remove needless libpython-version feature check that breaks test... | Arnaldo Carvalho de Melo | 2021-12-14 | 1 | -2/+0 |
* | perf report: Fix memory leaks around perf_tip() | Ian Rogers | 2021-12-08 | 3 | -14/+17 |
* | perf hist: Fix memory leak of a perf_hpp_fmt | Ian Rogers | 2021-12-08 | 2 | -15/+14 |
* | perf tests: Remove bash construct from record+zstd_comp_decomp.sh | James Clark | 2021-11-26 | 1 | -1/+1 |
* | perf bench futex: Fix memory leak of perf_cpu_map__new() | Sohaib Mohamed | 2021-11-26 | 4 | -0/+4 |
* | perf bpf: Avoid memory leak from perf_env__insert_btf() | Ian Rogers | 2021-11-26 | 3 | -3/+10 |
* | perf bpf: Add missing free to bpf_event__print_bpf_prog_info() | Ian Rogers | 2021-11-17 | 1 | -1/+3 |
* | perf script: Check session->header.env.arch before using it | Song Liu | 2021-11-02 | 1 | -4/+8 |
* | perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64} | Li Huafei | 2021-09-22 | 1 | -4/+4 |
* | perf machine: Initialize srcline string member in add_location struct | Michael Petlan | 2021-09-22 | 1 | -0/+1 |
* | Revert "perf map: Fix dso->nsinfo refcounting" | Arnaldo Carvalho de Melo | 2021-08-04 | 1 | -2/+0 |
* | perf inject: Close inject.output on exit | Riccardo Mancini | 2021-07-28 | 1 | -2/+6 |
* | perf data: Close all files in close_dir() | Riccardo Mancini | 2021-07-28 | 1 | -1/+1 |
* | perf probe-file: Delete namelist in del_events() on the error path | Riccardo Mancini | 2021-07-28 | 1 | -2/+2 |
* | perf lzma: Close lzma stream on exit | Riccardo Mancini | 2021-07-28 | 1 | -3/+5 |
* | perf script: Fix memory 'threads' and 'cpus' leaks on exit | Riccardo Mancini | 2021-07-28 | 1 | -0/+7 |
* | perf dso: Fix memory leak in dso__new_map() | Riccardo Mancini | 2021-07-28 | 1 | -1/+3 |
* | perf test event_update: Fix memory leak of evlist | Riccardo Mancini | 2021-07-28 | 1 | -1/+1 |
* | perf test session_topology: Delete session->evlist | Riccardo Mancini | 2021-07-28 | 1 | -0/+1 |
* | perf env: Fix sibling_dies memory leak | Riccardo Mancini | 2021-07-28 | 1 | -0/+1 |
* | perf probe: Fix dso->nsinfo refcounting | Riccardo Mancini | 2021-07-28 | 1 | -1/+3 |
* | perf map: Fix dso->nsinfo refcounting | Riccardo Mancini | 2021-07-28 | 1 | -0/+2 |
* | perf test bpf: Free obj_buf | Riccardo Mancini | 2021-07-25 | 1 | -0/+2 |
* | perf bench: Fix 2 memory sanitizer warnings | Ian Rogers | 2021-07-19 | 1 | -2/+2 |
* | perf llvm: Return -ENOMEM when asprintf() fails | Arnaldo Carvalho de Melo | 2021-07-14 | 1 | -0/+2 |
* | perf session: Correct buffer copying when peeking events | Leo Yan | 2021-06-16 | 1 | -0/+1 |
* | perf jevents: Fix getting maximum number of fds | Felix Fietkau | 2021-06-03 | 1 | -1/+1 |