Age | Commit message (Expand) | Author | Files | Lines |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -41/+72 |
2017-01-25 | lib, traceevent: add PRINT_HEX_STR variant | Daniel Borkmann | 2 | -0/+2 |
2017-01-16 | perf probe: Fix to probe on gcc generated functions in modules | Masami Hiramatsu | 3 | -18/+37 |
2017-01-16 | perf probe: Add error checks to offline probe post-processing | Masami Hiramatsu | 1 | -17/+33 |
2017-01-16 | perf probe: Fix to show correct locations for events on modules | Masami Hiramatsu | 1 | -7/+3 |
2017-01-04 | perf probe: Fix to probe on gcc generated symbols for offline kernel | Masami Hiramatsu | 1 | -1/+47 |
2017-01-04 | perf probe: Fix --funcs to show correct symbols for offline module | Masami Hiramatsu | 1 | -19/+6 |
2017-01-03 | perf symbols: Robustify reading of build-id from sysfs | Arnaldo Carvalho de Melo | 1 | -0/+6 |
2017-01-02 | perf probe: Fix to get correct modname from elf header | Masami Hiramatsu | 1 | -16/+16 |
2016-12-20 | perf diff: Do not overwrite valid build id | Kan Liang | 1 | -1/+2 |
2016-12-20 | perf annotate: Don't throw error for zero length symbols | Ravi Bangoria | 1 | -1/+2 |
2016-12-15 | perf annotate: Fix jump target outside of function address range | Ravi Bangoria | 2 | -7/+12 |
2016-12-15 | perf annotate: Support jump instruction with target as second operand | Ravi Bangoria | 1 | -1/+5 |
2016-12-15 | perf evsel: Allow to ignore missing pid | Jiri Olsa | 2 | -0/+45 |
2016-12-15 | perf thread_map: Add thread_map__remove function | Jiri Olsa | 2 | -0/+23 |
2016-12-15 | perf evsel: Use variable instead of repeating lengthy FD macro | Jiri Olsa | 1 | -8/+9 |
2016-12-07 | perf callchain: Introduce callchain_cursor__copy() | Namhyung Kim | 2 | -0/+30 |
2016-12-05 | perf annotate: Show raw form for jump instruction with indirect target | Ravi Bangoria | 1 | -0/+3 |
2016-12-05 | perf clang: Compile BPF script using builtin clang support | Wang Nan | 3 | -4/+66 |
2016-12-05 | perf clang: Support compile IR to BPF object and add testcase | Wang Nan | 4 | -6/+74 |
2016-12-05 | perf clang: Update test case to use real BPF script | Wang Nan | 2 | -3/+40 |
2016-12-05 | perf clang: Allow passing CFLAGS to builtin clang | Wang Nan | 3 | -12/+22 |
2016-12-05 | perf clang: Use real file system for #include | Wang Nan | 2 | -12/+35 |
2016-12-05 | perf clang: Add builtin clang support ant test case | Wang Nan | 6 | -0/+163 |
2016-12-05 | perf llvm: Extract helpers in llvm-utils.c | Wang Nan | 3 | -18/+68 |
2016-12-05 | perf tools: Pass context to perf hook functions | Wang Nan | 2 | -5/+11 |
2016-12-01 | perf annotate: AArch64 support | Kim Phillips | 1 | -0/+5 |
2016-12-01 | perf annotate: Use arch->objdump.comment_char in dec__parse() | Kim Phillips | 1 | -1/+1 |
2016-12-01 | perf tools: Move parse_nsec_time to time-utils.c | David Ahern | 4 | -36/+37 |
2016-12-01 | perf tools: Add time-based utility functions | David Ahern | 3 | -0/+98 |
2016-11-29 | perf script: Add option to stop printing callchain | David Ahern | 3 | -2/+20 |
2016-11-29 | perf tools: Introduce perf hooks | Wang Nan | 4 | -0/+126 |
2016-11-25 | perf tools: Add missing struct definition in probe_event.h | Wang Nan | 1 | -0/+2 |
2016-11-25 | perf record: Fix segfault when running with suid and kptr_restrict is 1 | Wang Nan | 1 | -1/+1 |
2016-11-25 | perf tools: Fix kernel version error in ubuntu | Wang Nan | 1 | -2/+53 |
2016-11-25 | perf sched timehist: Mark schedule function in callchains | Namhyung Kim | 1 | -0/+1 |
2016-11-25 | perf callchain: Add option to skip ignore symbol when printing callchains | Namhyung Kim | 2 | -1/+7 |
2016-11-25 | perf annotate: Initial PowerPC support | Ravi Bangoria | 1 | -0/+5 |
2016-11-25 | perf annotate: Improve support for ARM | Arnaldo Carvalho de Melo | 1 | -7/+2 |
2016-11-25 | perf annotate: Allow arches to have a init routine and a priv area | Arnaldo Carvalho de Melo | 1 | -0/+11 |
2016-11-25 | perf annotate: Introduce alternative method of keeping instructions table | Arnaldo Carvalho de Melo | 1 | -1/+62 |
2016-11-25 | perf annotate: Remove duplicate 'name' field from disasm_line | Arnaldo Carvalho de Melo | 2 | -48/+42 |
2016-11-24 | Merge tag 'perf-core-for-mingo-20161123' of git://git.kernel.org/pub/scm/linu... | Ingo Molnar | 9 | -138/+165 |
2016-11-24 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 1 | -6/+6 |
2016-11-23 | perf evsel: Support printing callchains with arrows | Namhyung Kim | 2 | -0/+7 |
2016-11-23 | perf symbols: Print symbol offsets conditionally | Namhyung Kim | 3 | -8/+12 |
2016-11-23 | perf c2c report: Add struct c2c_stats::tot_hitm field | Jiri Olsa | 2 | -2/+11 |
2016-11-23 | perf tools: Show event fd in debug output | Jiri Olsa | 1 | -2/+4 |
2016-11-17 | perf annotate: Add per arch instructions annotate handlers | Arnaldo Carvalho de Melo | 1 | -106/+30 |
2016-11-17 | perf annotate: Allow arches to specify functions to skip | Arnaldo Carvalho de Melo | 1 | -4/+5 |