summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add missing headers needed by util/data.hYang Jihong2022-06-141-0/+1
* perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-151-3/+12
* 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 report: Fix memory leaks around perf_tip()Ian Rogers2021-12-082-8/+8
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-12-081-1/+0
* 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 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 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 dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-281-1/+3
* 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 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 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
* perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo2021-05-141-1/+1
* perf data: Fix error return code in perf_data__create_dir()Zhen Lei2021-05-071-2/+3
* perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan2021-04-281-1/+1
* perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-04-161-4/+3
* perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2021-04-162-2/+2
* perf tools: Use %define api.pure full instead of %pure-parserJiri Olsa2021-04-162-2/+3
* perf auxtrace: Fix auxtrace queue conflictAdrian Hunter2021-03-301-4/+0
* perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-171-0/+1
* perf intel-pt: Fix premature IPCAdrian Hunter2021-03-043-11/+17
* perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-03-041-0/+3
* perf tools: Fix DSO filtering when not finding a map for a sampled addressArnaldo Carvalho de Melo2021-03-041-0/+2
* perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2021-01-192-3/+3
* perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-301-3/+10
* perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai2020-12-301-1/+1
* perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu2020-12-021-0/+8
* perf stat: Use proper cpu for shadow statsNamhyung Kim2020-12-021-4/+1
* perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo2020-11-181-5/+2
* perf tools: Add missing swap for ino_generationJiri Olsa2020-11-181-0/+1
* perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-11-051-1/+1
* perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-10-291-4/+4
* perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan2020-10-172-3/+3
* perf parse-events: Use strcmp() to compare the PMU nameJin Yao2020-10-011-3/+2
* perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter2020-10-011-0/+7
* perf metricgroup: Free metric_events on errorIan Rogers2020-10-011-0/+3
* perf util: Fix memory leak of prefix_if_not_inXie XiuQi2020-10-011-1/+1