summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* perf evsel: Fix 2 memory leaksIan Rogers2020-10-011-0/+2
* perf mem2node: Avoid double free related to reallocIan Rogers2020-10-011-1/+2
* perf stat: Force error in fallback on :k eventsStephane Eranian2020-10-011-0/+4
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-10-011-5/+5
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-10-012-2/+3
* perf cs-etm: Correct synthesizing instruction samplesLeo Yan2020-10-011-17/+70
* perf cs-etm: Swap packets for instruction samplesLeo Yan2020-10-011-20/+19
* perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-232-0/+12
* perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-231-1/+1
* perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-231-3/+8
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-261-1/+1
* perf intel-pt: Fix duplicate branch after CBRAdrian Hunter2020-08-211-2/+6
* perf intel-pt: Fix FUP packet stateAdrian Hunter2020-08-211-14/+7
* perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo2020-08-051-2/+2
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-221-2/+4
* perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-161-2/+3
* perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-161-2/+2
* perf stat: Fix NULL pointer dereferenceHongbo Yao2020-06-241-2/+2
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-221-0/+2
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-224-0/+20
* perf probe: Check address correctness by map instead of _etextMasami Hiramatsu2020-06-221-12/+13
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-06-221-6/+15
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-171-2/+1
* perf: Make perf able to build with latest libbfdChangbin Du2020-06-031-1/+15
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-021-1/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-011-3/+8
* perf probe: Fix to delete multiple probe eventMasami Hiramatsu2020-04-011-0/+3
* perf stat: Don't report a null stalled cycles per insn metricKim Phillips2020-02-191-6/+0
* perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo2020-01-261-26/+1
* perf script: Fix --reltime with --timeAndi Kleen2020-01-232-3/+29