summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2021-01-30tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker
2020-12-30perf record: Fix memory leak when using '--user-regs=?' to list registersZheng Zengkai
2020-12-30perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan
2020-12-30perf cs-etm: Change tuple from traceID-CPU# to traceID-metadataLeo Yan
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu
2020-12-02perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu
2020-12-02perf event: Check ref_reloc_sym before using itIgor Lubashev
2020-11-24perf lock: Don't free "lock_seq_stat" if read_count isn't zeroLeo Yan
2020-11-22Revert "perf cs-etm: Move definition of 'traceid_list' global variable from h...Salvatore Bonaccorso
2020-11-18perf scripting python: Avoid declaring function pointers with a visibility at...Arnaldo Carvalho de Melo
2020-11-18perf tools: Add missing swap for ino_generationJiri Olsa
2020-11-10tools: perf: Fix build error in v4.19.yGuenter Roeck
2020-11-05perf python scripting: Fix printable strings in python3 scriptsJiri Olsa
2020-10-30perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter
2020-10-17perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan
2020-10-14perf top: Fix stdio interface input handling with glibc 2.28+Tommi Rantala
2020-10-01perf parse-events: Use strcmp() to compare the PMU nameJin Yao
2020-10-01perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter
2020-10-01perf metricgroup: Free metric_events on errorIan Rogers
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi
2020-10-01perf stat: Fix duration_time value for higher intervalsJiri Olsa
2020-10-01perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers
2020-10-01perf evsel: Fix 2 memory leaksIan Rogers
2020-10-01perf mem2node: Avoid double free related to reallocIan Rogers
2020-10-01perf cpumap: Fix snprintf overflow checkChristophe JAILLET
2020-10-01perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers
2020-10-01perf jevents: Fix leak of mapfile memoryJohn Garry
2020-10-01perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa
2020-09-09perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-09perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao
2020-07-22perf: Make perf able to build with latest libbfdChangbin Du
2020-06-25perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu
2020-06-22perf probe: Do not show the skipped eventsMasami Hiramatsu
2020-06-22perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu
2020-04-17perf tools: Support Python 3.8+ in MakefileSam Lunt
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d
2020-04-02tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu
2020-04-02perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-03-18perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala
2020-03-05perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo
2020-03-05perf stat: Fix shadow stats for clock eventsRavi Bangoria