summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+12
|\
| * tools/perf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee2021-12-141-1/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-4/+14
|\ \
| * | perf inject: Fix segfault due to perf_data__fd() without openAdrian Hunter2021-12-181-3/+7
| * | perf inject: Fix segfault due to close without openAdrian Hunter2021-12-181-1/+2
| * | perf expr: Fix missing check for return value of hashmap__new()Miaoqian Lin2021-12-181-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-165-32/+64
|\| | | |/ |/|
| * perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin2021-12-111-1/+1
| * perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter2021-12-111-0/+1
| * perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter2021-12-111-3/+8
| * perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter2021-12-111-0/+1
| * perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter2021-12-111-4/+28
| * perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter2021-12-111-19/+13
| * perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter2021-12-111-1/+1
| * perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter2021-12-111-3/+4
| * perf tools: Prevent out-of-bounds access to registersGerman Gomez2021-12-112-1/+7
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-103-2/+23
|\ \ | |/ |/|
| * perf/bpf_counter: Use bpf_map_create instead of bpf_create_mapSong Liu2021-12-081-2/+16
| * perf: Mute libbpf API deprecations temporarilyAndrii Nakryiko2021-12-032-0/+7
* | perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* | perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* | perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* | perf test: Reset shadow counts before loadingIan Rogers2021-12-061-0/+1
* | perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-061-1/+3
* | tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-061-2/+0
* | perf tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
* | tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-061-1/+1
* | tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-12-061-0/+1
* | Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-061-4/+0
* | perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-184-18/+22
* | perf report: Fix memory leaks around perf_tip()Ian Rogers2021-11-183-14/+17
* | perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-11-182-15/+14
* | tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-11-181-0/+1
* | perf inject: Fix ARM SPE handlingGerman Gomez2021-11-181-0/+15
* | perf bench: Fix two memory leaks detected with ASanSohaib Mohamed2021-11-181-0/+4
* | perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter2021-11-181-1/+1
* | perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-183-11/+7
* | perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-183-25/+12
* | perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-183-27/+13
* | perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1Arnaldo Carvalho de Melo2021-11-181-0/+3
* | perf tests wp: Remove unused functions on s390Arnaldo Carvalho de Melo2021-11-181-1/+1
* | perf tests: Remove bash constructs from stat_all_pmu.shJames Clark2021-11-131-2/+2
* | perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-131-1/+1
* | perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark2021-11-131-1/+1
* | perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-134-0/+4
* | perf tools: Add more weak libbpf functionsJiri Olsa2021-11-131-0/+27
* | perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-133-3/+10
* | perf symbols: Factor out annotation init/exitIan Rogers2021-11-133-1/+22
* | perf symbols: Bit pack to save a byteIan Rogers2021-11-132-3/+3