summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2017-07-05perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu3-18/+37
2017-07-05perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu1-7/+3
2017-05-20perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()Adrian Hunter1-2/+2
2017-03-12perf callchain: Reference count mapsKrister Johansen3-2/+22
2017-02-15perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-0/+7
2017-01-26perf jit: Enable jitdump support without dwarfMaciej Debski3-3/+10
2017-01-26perf scripting: Avoid leaking the scripting_context variableArnaldo Carvalho de Melo1-2/+4
2017-01-26perf callchain: Fixup help/config for no-unwindingRabin Vincent2-6/+0
2017-01-26perf diff: Do not overwrite valid build idKan Liang1-1/+2
2017-01-09perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim1-6/+6
2016-10-17perf jevents: Handle events including .c and .oWang Nan1-2/+2
2016-10-13perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa1-1/+1
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter1-0/+36
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter1-0/+2
2016-10-04perf tools: Make alias matching case-insensitiveAndi Kleen1-1/+1
2016-10-04perf tools: Allow period= in perf stat CPU event descriptions.Sukadev Bhattiprolu1-0/+1
2016-10-04perf list jevents: Add support for event list topicsAndi Kleen2-10/+28
2016-10-04perf list: Support long jevents descriptionsSukadev Bhattiprolu4-9/+18
2016-10-04perf pmu: Add override support for event list CPUIDAndi Kleen1-1/+7
2016-10-04perf list: Add a --no-desc flagAndi Kleen4-6/+6
2016-10-04perf tools: Query terminal width and use in perf listAndi Kleen1-1/+2
2016-10-04perf pmu: Support alias descriptionsAndi Kleen2-16/+68
2016-10-04perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu2-0/+61
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo5-20/+13
2016-10-03perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King1-1/+1
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu2-2/+29
2016-09-29perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu1-3/+7
2016-09-29perf probe: Skip if the function address is 0Masami Hiramatsu1-1/+11
2016-09-29perf probe: Ignore the error of finding inline instanceMasami Hiramatsu1-2/+3
2016-09-29perf intel-pt: Fix decoding when there are address filtersAdrian Hunter1-0/+82
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter2-0/+31
2016-09-29perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter1-0/+51
2016-09-29perf intel-pt: Record address filter in AUXTRACE_INFO eventAdrian Hunter1-2/+1
2016-09-29perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter1-4/+8
2016-09-29perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter1-0/+2
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter2-1/+14
2016-09-29perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter1-4/+11
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter2-3/+3
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter2-0/+791
2016-09-29perf symbols: Add dso__last_symbol()Adrian Hunter2-0/+16
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter1-5/+2
2016-09-29perf evsel: Add support for address filtersMathieu Poirier3-5/+41
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier3-6/+10
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier3-5/+5
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan1-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter1-1/+2
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa1-0/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa1-0/+2
2016-09-22perf tools: Make several display functions globalJiri Olsa1-0/+2