summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "libtraceevent: Increase libtraceevent logging when verbose"Arnaldo Carvalho de Melo2022-01-071-19/+0
* perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...Jiri Olsa2022-01-071-1/+1
* perf top: Fix TUI exit screen refresh race conditionyaowenbin2022-01-021-3/+5
* perf pmu: Fix alias events listJohn Garry2022-01-021-6/+17
* perf scripts python: intel-pt-events.py: Fix printing of switch eventsAdrian Hunter2021-12-281-10/+13
* perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2021-12-281-1/+1
* perf intel-pt: Fix parsing of VM time correlation argumentsAdrian Hunter2021-12-281-0/+1
* perf expr: Fix return value of ids__new()Miaoqian Lin2021-12-281-1/+6
* 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
* 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
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-073-20/+26
* perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-073-5/+3
* perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-071-5/+10
* perf test: Reset shadow counts before loadingIan Rogers2021-12-071-0/+1
* perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-071-1/+3
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-071-2/+0
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-071-1/+1
* tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-071-0/+1
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-071-1/+1
* tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-12-071-0/+1
* Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-071-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