summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu2017-08-301-19/+6
* perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-08-061-0/+6
* perf probe: Fix to get correct modname from elf headerMasami Hiramatsu2017-08-061-16/+16
* perf intel-pt: Clear FUP flag on errorAdrian Hunter2017-07-271-0/+2
* perf intel-pt: Use FUP always when scanning for an IPAdrian Hunter2017-07-271-8/+4
* perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zeroAdrian Hunter2017-07-271-3/+5
* perf intel-pt: Fix last_ip usageAdrian Hunter2017-07-271-2/+11
* perf intel-pt: Ensure IP is zero when state is INTEL_PT_STATE_NO_IPAdrian Hunter2017-07-271-0/+1
* perf intel-pt: Fix missing stack clearAdrian Hunter2017-07-271-0/+1
* perf intel-pt: Improve sample timestampAdrian Hunter2017-07-271-3/+31
* perf intel-pt: Move decoder error setting into one conditionAdrian Hunter2017-07-271-4/+7
* perf probe: Add error checks to offline probe post-processingMasami Hiramatsu2017-07-151-17/+33
* perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu2017-07-151-1/+47
* perf scripting perl: Fix compile error with some perl5 versionsWang YanQing2017-07-151-1/+1
* perf header: Fix handling of PERF_EVENT_UPDATE__SCALEArnaldo Carvalho de Melo2017-07-151-0/+1
* perf intel-pt: Use __fallthroughArnaldo Carvalho de Melo2017-07-152-0/+7
* perf thread_map: Correctly size buffer used with dirent->dt_nameArnaldo Carvalho de Melo2017-07-151-1/+1
* tools strfilter: Use __fallthroughArnaldo Carvalho de Melo2017-07-151-0/+1
* tools string: Use __fallthrough in perf_atoll()Arnaldo Carvalho de Melo2017-07-151-0/+2
* perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-07-053-18/+37
* perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu2017-07-051-7/+3
* perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter2017-05-201-2/+2
* perf callchain: Reference count mapsKrister Johansen2017-03-123-2/+22
* perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-141-0/+7
* perf jit: Enable jitdump support without dwarfMaciej Debski2017-01-263-3/+10
* perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo2017-01-261-2/+4
* perf callchain: Fixup help/config for no-unwindingRabin Vincent2017-01-262-6/+0
* perf diff: Do not overwrite valid build idKan Liang2017-01-261-1/+2
* perf annotate: Don't throw error for zero length symbolsRavi Bangoria2017-01-091-1/+2
* perf hists: Fix column length on --hierarchyNamhyung Kim2016-11-091-6/+6
* perf jevents: Handle events including .c and .oWang Nan2016-10-171-2/+2
* perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa2016-10-131-1/+1
* perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter2016-10-051-0/+36
* perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter2016-10-051-0/+2
* perf tools: Make alias matching case-insensitiveAndi Kleen2016-10-031-1/+1
* perf tools: Allow period= in perf stat CPU event descriptions.Sukadev Bhattiprolu2016-10-031-0/+1
* perf list jevents: Add support for event list topicsAndi Kleen2016-10-032-10/+28
* perf list: Support long jevents descriptionsSukadev Bhattiprolu2016-10-034-9/+18
* perf pmu: Add override support for event list CPUIDAndi Kleen2016-10-031-1/+7
* perf list: Add a --no-desc flagAndi Kleen2016-10-034-6/+6
* perf tools: Query terminal width and use in perf listAndi Kleen2016-10-031-1/+2
* perf pmu: Support alias descriptionsAndi Kleen2016-10-032-16/+68
* perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu2016-10-032-0/+61
* perf tools: Experiment with cppcheckArnaldo Carvalho de Melo2016-10-035-20/+13
* perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King2016-10-031-1/+1
* perf probe: Match linkage name with mangled nameMasami Hiramatsu2016-09-292-2/+29
* perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu2016-09-291-3/+7
* perf probe: Skip if the function address is 0Masami Hiramatsu2016-09-291-1/+11
* perf probe: Ignore the error of finding inline instanceMasami Hiramatsu2016-09-291-2/+3
* perf intel-pt: Fix decoding when there are address filtersAdrian Hunter2016-09-291-0/+82