| Commit message (Expand) | Author | Age | Files | Lines |
* | perf probe: Fix --funcs to show correct symbols for offline module | Masami Hiramatsu | 2017-08-30 | 1 | -19/+6 |
* | perf symbols: Robustify reading of build-id from sysfs | Arnaldo Carvalho de Melo | 2017-08-06 | 1 | -0/+6 |
* | perf probe: Fix to get correct modname from elf header | Masami Hiramatsu | 2017-08-06 | 1 | -16/+16 |
* | perf intel-pt: Clear FUP flag on error | Adrian Hunter | 2017-07-27 | 1 | -0/+2 |
* | perf intel-pt: Use FUP always when scanning for an IP | Adrian Hunter | 2017-07-27 | 1 | -8/+4 |
* | perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero | Adrian Hunter | 2017-07-27 | 1 | -3/+5 |
* | perf intel-pt: Fix last_ip usage | Adrian Hunter | 2017-07-27 | 1 | -2/+11 |
* | perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IP | Adrian Hunter | 2017-07-27 | 1 | -0/+1 |
* | perf intel-pt: Fix missing stack clear | Adrian Hunter | 2017-07-27 | 1 | -0/+1 |
* | perf intel-pt: Improve sample timestamp | Adrian Hunter | 2017-07-27 | 1 | -3/+31 |
* | perf intel-pt: Move decoder error setting into one condition | Adrian Hunter | 2017-07-27 | 1 | -4/+7 |
* | perf probe: Add error checks to offline probe post-processing | Masami Hiramatsu | 2017-07-15 | 1 | -17/+33 |
* | perf probe: Fix to probe on gcc generated symbols for offline kernel | Masami Hiramatsu | 2017-07-15 | 1 | -1/+47 |
* | perf scripting perl: Fix compile error with some perl5 versions | Wang YanQing | 2017-07-15 | 1 | -1/+1 |
* | perf header: Fix handling of PERF_EVENT_UPDATE__SCALE | Arnaldo Carvalho de Melo | 2017-07-15 | 1 | -0/+1 |
* | perf intel-pt: Use __fallthrough | Arnaldo Carvalho de Melo | 2017-07-15 | 2 | -0/+7 |
* | perf thread_map: Correctly size buffer used with dirent->dt_name | Arnaldo Carvalho de Melo | 2017-07-15 | 1 | -1/+1 |
* | tools strfilter: Use __fallthrough | Arnaldo Carvalho de Melo | 2017-07-15 | 1 | -0/+1 |
* | tools string: Use __fallthrough in perf_atoll() | Arnaldo Carvalho de Melo | 2017-07-15 | 1 | -0/+2 |
* | perf probe: Fix to probe on gcc generated functions in modules | Masami Hiramatsu | 2017-07-05 | 3 | -18/+37 |
* | perf probe: Fix to show correct locations for events on modules | Masami Hiramatsu | 2017-07-05 | 1 | -7/+3 |
* | perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms() | Adrian Hunter | 2017-05-20 | 1 | -2/+2 |
* | perf callchain: Reference count maps | Krister Johansen | 2017-03-12 | 3 | -2/+22 |
* | perf diff: Fix -o/--order option behavior (again) | Namhyung Kim | 2017-02-14 | 1 | -0/+7 |
* | perf jit: Enable jitdump support without dwarf | Maciej Debski | 2017-01-26 | 3 | -3/+10 |
* | perf scripting: Avoid leaking the scripting_context variable | Arnaldo Carvalho de Melo | 2017-01-26 | 1 | -2/+4 |
* | perf callchain: Fixup help/config for no-unwinding | Rabin Vincent | 2017-01-26 | 2 | -6/+0 |
* | perf diff: Do not overwrite valid build id | Kan Liang | 2017-01-26 | 1 | -1/+2 |
* | perf annotate: Don't throw error for zero length symbols | Ravi Bangoria | 2017-01-09 | 1 | -1/+2 |
* | perf hists: Fix column length on --hierarchy | Namhyung Kim | 2016-11-09 | 1 | -6/+6 |
* | perf jevents: Handle events including .c and .o | Wang Nan | 2016-10-17 | 1 | -2/+2 |
* | perf header: Set nr_numa_nodes only when we parsed all the data | Jiri Olsa | 2016-10-13 | 1 | -1/+1 |
* | perf intel-pt: Fix MTC timestamp calculation for large MTC periods | Adrian Hunter | 2016-10-05 | 1 | -0/+36 |
* | perf intel-pt: Fix estimated timestamps for cycle-accurate mode | Adrian Hunter | 2016-10-05 | 1 | -0/+2 |
* | perf tools: Make alias matching case-insensitive | Andi Kleen | 2016-10-03 | 1 | -1/+1 |
* | perf tools: Allow period= in perf stat CPU event descriptions. | Sukadev Bhattiprolu | 2016-10-03 | 1 | -0/+1 |
* | perf list jevents: Add support for event list topics | Andi Kleen | 2016-10-03 | 2 | -10/+28 |
* | perf list: Support long jevents descriptions | Sukadev Bhattiprolu | 2016-10-03 | 4 | -9/+18 |
* | perf pmu: Add override support for event list CPUID | Andi Kleen | 2016-10-03 | 1 | -1/+7 |
* | perf list: Add a --no-desc flag | Andi Kleen | 2016-10-03 | 4 | -6/+6 |
* | perf tools: Query terminal width and use in perf list | Andi Kleen | 2016-10-03 | 1 | -1/+2 |
* | perf pmu: Support alias descriptions | Andi Kleen | 2016-10-03 | 2 | -16/+68 |
* | perf pmu: Use pmu_events table to create aliases | Sukadev Bhattiprolu | 2016-10-03 | 2 | -0/+61 |
* | perf tools: Experiment with cppcheck | Arnaldo Carvalho de Melo | 2016-10-03 | 5 | -20/+13 |
* | perf probe: Check if *ptr2 is zero and not ptr2 | Colin Ian King | 2016-10-03 | 1 | -1/+1 |
* | perf probe: Match linkage name with mangled name | Masami Hiramatsu | 2016-09-29 | 2 | -2/+29 |
* | perf probe: Fix to cut off incompatible chars from group name | Masami Hiramatsu | 2016-09-29 | 1 | -3/+7 |
* | perf probe: Skip if the function address is 0 | Masami Hiramatsu | 2016-09-29 | 1 | -1/+11 |
* | perf probe: Ignore the error of finding inline instance | Masami Hiramatsu | 2016-09-29 | 1 | -2/+3 |
* | perf intel-pt: Fix decoding when there are address filters | Adrian Hunter | 2016-09-29 | 1 | -0/+82 |