summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2019-11-12Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-11-11Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar
2019-11-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-07perf report: Sort by sampled cycles percent per block for tuiJin Yao
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao
2019-11-07perf hist: Support block formats with compare/sort/displayJin Yao
2019-11-07perf hist: Count the total cycles of all samplesJin Yao
2019-11-07perf block: Cleanup and refactor block info functionsJin Yao
2019-11-07perf diff: Don't use hack to skip column length calculationJin Yao
2019-11-07perf tests: Fix out of bounds memory accessLeo Yan
2019-11-07perf record: Add support for limit perf output file sizeJiwei Sun
2019-11-07perf probe: Skip overlapped location on searching variablesMasami Hiramatsu
2019-11-07perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu
2019-11-07perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu
2019-11-07perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu
2019-11-07perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu
2019-11-07perf annotate: Fix heap overflowIan Rogers
2019-11-07perf machine: Add kernel_dso() methodArnaldo Carvalho de Melo
2019-11-07perf symbols: Remove needless checks for map->groups->machineArnaldo Carvalho de Melo
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers
2019-11-07perf parse: If pmu configuration fails free termsIan Rogers
2019-11-07perf parse: Before yyabort-ing free componentsIan Rogers
2019-11-07perf parse: Add destructors for parse event termsIan Rogers
2019-11-06selftests/tls: add test for concurrent recv and sendJakub Kicinski
2019-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-11-06perf parse: Ensure config and str in terms are uniqueIan Rogers
2019-11-06perf parse: Add parse events handle errorIan Rogers
2019-11-06perf inject: Make --strip keep evselsAdrian Hunter
2019-11-06perf tools: Fix cross compile for ARM64John Garry
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa
2019-11-06perf env: Add perf_env__numa_node()Jiri Olsa
2019-11-06perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6.Haiyan Song
2019-11-06perf vendor events intel: Update CascadelakeX events to v1.05Haiyan Song
2019-11-06perf tools: Splice events onto evlist even on errorIan Rogers
2019-11-06libsubcmd: Use -O0 with DEBUG=1James Clark
2019-11-06libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flagsJames Clark
2019-11-06perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iteratorsArnaldo Carvalho de Melo
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo
2019-11-06perf map: Allow map__next() to receive a NULL argArnaldo Carvalho de Melo
2019-11-06perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo
2019-11-06perf dso: Add dso__data_write_cache_addr()Adrian Hunter
2019-11-06perf dso: Refactor dso_cache__read()Adrian Hunter
2019-11-06perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter
2019-11-06perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2019-11-06perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2019-11-06perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2019-11-06perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu