Age | Commit message (Expand) | Author | Files | Lines |
2019-11-12 | perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node' | Arnaldo Carvalho de Melo | 9 | -62/+71 |
2019-11-12 | perf unwind: Use 'struct map_symbol' in 'struct unwind_entry' | Arnaldo Carvalho de Melo | 5 | -20/+19 |
2019-11-12 | perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's... | Arnaldo Carvalho de Melo | 7 | -75/+66 |
2019-11-12 | perf tools: Add map_groups to 'struct addr_location' | Arnaldo Carvalho de Melo | 5 | -14/+14 |
2019-11-12 | perf map_groups: Pass the object to map_groups__find_ams() | Arnaldo Carvalho de Melo | 4 | -8/+8 |
2019-11-12 | perf symbols: Stop using map->groups, we can use kmaps instead | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-11-12 | perf map: Use map->dso->kernel + map__kmaps() in map__kmaps() | Arnaldo Carvalho de Melo | 1 | -10/+3 |
2019-11-12 | Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 87 | -19385/+22077 |
2019-11-11 | Merge tag 'v5.4-rc7' into perf/core, to pick up fixes | Ingo Molnar | 11 | -8/+155 |
2019-11-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -38/+14 |
2019-11-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -3/+119 |
2019-11-07 | perf report: Sort by sampled cycles percent per block for tui | Jin Yao | 4 | -7/+103 |
2019-11-07 | perf report: Support --percent-limit for --total-cycles | Jin Yao | 4 | -2/+19 |
2019-11-07 | perf report: Sort by sampled cycles percent per block for stdio | Jin Yao | 6 | -3/+96 |
2019-11-07 | perf hist: Support block formats with compare/sort/display | Jin Yao | 3 | -2/+345 |
2019-11-07 | perf hist: Count the total cycles of all samples | Jin Yao | 6 | -6/+13 |
2019-11-07 | perf block: Cleanup and refactor block info functions | Jin Yao | 7 | -142/+185 |
2019-11-07 | perf diff: Don't use hack to skip column length calculation | Jin Yao | 2 | -9/+4 |
2019-11-07 | perf tests: Fix out of bounds memory access | Leo Yan | 1 | -0/+9 |
2019-11-07 | perf record: Add support for limit perf output file size | Jiwei Sun | 2 | -1/+49 |
2019-11-07 | perf probe: Skip overlapped location on searching variables | Masami Hiramatsu | 1 | -0/+20 |
2019-11-07 | perf probe: Fix to show calling lines of inlined functions | Masami Hiramatsu | 1 | -1/+9 |
2019-11-07 | perf probe: Filter out instances except for inlined subroutine and subprogram | Masami Hiramatsu | 1 | -6/+13 |
2019-11-07 | perf probe: Skip end-of-sequence and non statement lines | Masami Hiramatsu | 1 | -0/+7 |
2019-11-07 | perf probe: Return a better scope DIE if there is no best scope | Masami Hiramatsu | 1 | -1/+16 |
2019-11-07 | perf annotate: Fix heap overflow | Ian Rogers | 1 | -1/+1 |
2019-11-07 | perf machine: Add kernel_dso() method | Arnaldo Carvalho de Melo | 1 | -3/+7 |
2019-11-07 | perf symbols: Remove needless checks for map->groups->machine | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-11-07 | perf parse: Add a deep delete for parse event terms | Ian Rogers | 4 | -14/+17 |
2019-11-07 | perf parse: If pmu configuration fails free terms | Ian Rogers | 1 | -1/+8 |
2019-11-07 | perf parse: Before yyabort-ing free components | Ian Rogers | 1 | -55/+197 |
2019-11-07 | perf parse: Add destructors for parse event terms | Ian Rogers | 1 | -21/+48 |
2019-11-06 | selftests/tls: add test for concurrent recv and send | Jakub Kicinski | 1 | -0/+108 |
2019-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2019-11-06 | perf parse: Ensure config and str in terms are unique | Ian Rogers | 2 | -10/+45 |
2019-11-06 | perf parse: Add parse events handle error | Ian Rogers | 3 | -43/+71 |
2019-11-06 | perf inject: Make --strip keep evsels | Adrian Hunter | 1 | -54/+0 |
2019-11-06 | perf tools: Fix cross compile for ARM64 | John Garry | 1 | -1/+2 |
2019-11-06 | perf stat: Add --per-node agregation support | Jiri Olsa | 7 | -0/+95 |
2019-11-06 | perf env: Add perf_env__numa_node() | Jiri Olsa | 2 | -0/+46 |
2019-11-06 | perf vendor events intel: Update all the Intel JSON metrics from TMAM 3.6. | Haiyan Song | 11 | -912/+954 |
2019-11-06 | perf vendor events intel: Update CascadelakeX events to v1.05 | Haiyan Song | 9 | -17897/+19160 |
2019-11-06 | perf tools: Splice events onto evlist even on error | Ian Rogers | 1 | -6/+11 |
2019-11-06 | libsubcmd: Use -O0 with DEBUG=1 | James Clark | 1 | -1/+3 |
2019-11-06 | libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flags | James Clark | 1 | -2/+3 |
2019-11-06 | perf map_groups: Introduce for_each_entry() and for_each_entry_safe() iterators | Arnaldo Carvalho de Melo | 4 | -32/+14 |
2019-11-06 | perf maps: Add for_each_entry()/_safe() iterators | Arnaldo Carvalho de Melo | 10 | -44/+65 |
2019-11-06 | perf map: Allow map__next() to receive a NULL arg | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2019-11-06 | perf map: Check if the map still has some refcounts on exit | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-11-06 | perf dso: Add dso__data_write_cache_addr() | Adrian Hunter | 2 | -15/+65 |