summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
* perf jevents: Fix event syntax error caused by ExtSelZhengjun Xing2022-06-141-1/+1
* perf c2c: Use stdio interface if slang is not supportedLeo Yan2022-06-141-2/+4
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-141-0/+1
* perf bench numa: Address compiler error on s390Thomas Richter2022-05-251-1/+1
* x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2022-05-151-1/+2
* tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-151-0/+3
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-151-3/+12
* perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-151-1/+1
* perf symbols: Fix symbol size calculation conditionMichael Petlan2022-03-231-1/+1
* perf data: Fix double free in perf_session__delete()Alexey Bayduraev2022-03-021-4/+3
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-02-161-0/+3
* perf script: Fix hex dump character outputAdrian Hunter2022-01-271-1/+1
* perf script: Fix CPU filtering of a script's switch eventsAdrian Hunter2022-01-051-1/+1
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-141-2/+0
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-12-083-14/+17
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-082-15/+14
* perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-261-1/+1
* perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-264-0/+4
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-263-3/+10
* perf bpf: Add missing free to bpf_event__print_bpf_prog_info()Ian Rogers2021-11-171-1/+3
* perf script: Check session->header.env.arch before using itSong Liu2021-11-021-4/+8
* perf unwind: Do not overwrite FEATURE_CHECK_LDFLAGS-libunwind-{x86,aarch64}Li Huafei2021-09-221-4/+4
* perf machine: Initialize srcline string member in add_location structMichael Petlan2021-09-221-0/+1
* Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo2021-08-041-2/+0
* perf inject: Close inject.output on exitRiccardo Mancini2021-07-281-2/+6
* perf data: Close all files in close_dir()Riccardo Mancini2021-07-281-1/+1
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-281-2/+2
* perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-281-3/+5
* perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-281-0/+7
* perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-281-1/+1
* perf test session_topology: Delete session->evlistRiccardo Mancini2021-07-281-0/+1
* perf env: Fix sibling_dies memory leakRiccardo Mancini2021-07-281-0/+1
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-1/+3
* perf map: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-281-0/+2
* perf test bpf: Free obj_bufRiccardo Mancini2021-07-251-0/+2
* perf bench: Fix 2 memory sanitizer warningsIan Rogers2021-07-191-2/+2
* perf llvm: Return -ENOMEM when asprintf() failsArnaldo Carvalho de Melo2021-07-141-0/+2
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-161-0/+1
* perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-06-031-1/+1
* perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-06-031-0/+5
* perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-06-031-2/+3
* perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-06-031-1/+1
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-06-031-1/+5
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-06-031-1/+4
* perf unwind: Set userdata for all __report_module() pathsDave Rigby2021-05-281-3/+8
* perf unwind: Fix separate debug info files when using elfutils' libdw's unwinderJan Kratochvil2021-05-281-5/+27
* tweewide: Fix most Shebang linesFinn Behrens2021-05-222-2/+2
* perf beauty: Fix fsconfig generatorVitaly Chikunov2021-05-141-4/+3