summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-01-05perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter1-1/+1
2021-12-17perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-17perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-17perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-17perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-17perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-17perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-17perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter1-2/+3
2021-12-17perf inject: Fix itrace space allowed for new attributesAdrian Hunter1-1/+1
2021-12-14tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo1-2/+0
2021-12-14perf tools: Fix SMT detection fast read pathIan Rogers1-1/+1
2021-12-08perf report: Fix memory leaks around perf_tip()Ian Rogers3-14/+17
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2-15/+14
2021-12-08perf inject: Fix ARM SPE handlingGerman Gomez1-0/+15
2021-11-26perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark1-1/+1
2021-11-26perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed4-0/+4
2021-11-26perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers3-3/+10
2021-11-18perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers1-1/+3
2021-11-02perf script: Check session->header.env.arch before using itSong Liu1-4/+8
2021-10-13perf jevents: Tidy error handlingJohn Garry1-48/+35
2021-09-26perf tools: Allow build-id with trailing zerosNamhyung Kim1-0/+10
2021-09-26perf test: Fix bpf test sample mismatch reportingMichael Petlan1-1/+1
2021-09-22perf bench inject-buildid: Handle writen() errorsArnaldo Carvalho de Melo1-22/+30
2021-09-22perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei1-4/+4
2021-09-22perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-09-03perf annotate: Fix jump parsing for C++ code.Martin Liška2-0/+9
2021-09-03perf tools: Fix arm64 build error with gcc-11Jianlin Lv8-7/+14
2021-09-03perf record: Fix memory leak in vDSO found using ASANNamhyung Kim1-0/+2
2021-09-03perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini1-0/+1
2021-09-03perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini1-0/+1
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-07-28perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-28perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-28perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-28perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-28perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-28perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-28perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-28perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-28perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-28perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-28perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3
2021-07-25perf test bpf: Free obj_bufRiccardo Mancini1-0/+2
2021-07-14perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo1-0/+2
2021-07-14perf scripting python: Fix tuple_set_u64()Adrian Hunter1-65/+81