aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2020-10-20Merge tag 'v4.19.152' into v4.19/standard/baseBruce Ashfield
2020-10-17perf cs-etm: Move definition of 'traceid_list' global variable from header fileLeo Yan
2020-10-06Merge tag 'v4.19.149' into v4.19/standard/baseBruce Ashfield
2020-10-06Merge tag 'v4.19.147' into v4.19/standard/baseBruce Ashfield
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 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-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2020-08-26Merge tag 'v4.19.142' into v4.19/standard/baseBruce Ashfield
2020-08-26Merge tag 'v4.19.141' into v4.19/standard/baseBruce Ashfield
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-08-06Merge tag 'v4.19.134' into v4.19/standard/baseBruce Ashfield
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-07-06Merge tag 'v4.19.129' into v4.19/standard/baseBruce Ashfield
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: Accept the instance number of kretprobe eventMasami Hiramatsu
2020-04-14Merge tag 'v4.19.114' into v4.19/standard/baseBruce Ashfield
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d
2020-04-02perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu
2020-03-21Merge tag 'v4.19.108' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.99' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.98' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.93' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.92' into v4.19/standard/baseBruce Ashfield
2020-03-11Merge tag 'v4.19.90' into v4.19/standard/baseBruce Ashfield
2020-03-05perf stat: Fix shadow stats for clock eventsRavi Bangoria
2020-03-05perf stat: Use perf_evsel__is_clocki() for clock eventsRavi Bangoria
2020-01-27perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo
2020-01-23perf probe: Fix wrong address verificationMasami Hiramatsu
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita
2020-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo
2019-12-31perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-12-31perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2019-12-31perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2019-12-31perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2019-12-31perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2019-12-31perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2019-12-31perf parse: If pmu configuration fails free termsIan Rogers
2019-12-31perf tools: Splice events onto evlist even on errorIan Rogers
2019-12-31perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu