summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim-6/+6
2016-10-17perf jevents: Handle events including .c and .oWang Nan-2/+2
2016-10-13perf header: Set nr_numa_nodes only when we parsed all the dataJiri Olsa-1/+1
2016-10-05perf intel-pt: Fix MTC timestamp calculation for large MTC periodsAdrian Hunter-0/+36
2016-10-05perf intel-pt: Fix estimated timestamps for cycle-accurate modeAdrian Hunter-0/+2
2016-10-03perf tools: Make alias matching case-insensitiveAndi Kleen-1/+1
2016-10-03perf tools: Allow period= in perf stat CPU event descriptions.Sukadev Bhattiprolu-0/+1
2016-10-03perf list jevents: Add support for event list topicsAndi Kleen-10/+28
2016-10-03perf list: Support long jevents descriptionsSukadev Bhattiprolu-9/+18
2016-10-03perf pmu: Add override support for event list CPUIDAndi Kleen-1/+7
2016-10-03perf list: Add a --no-desc flagAndi Kleen-6/+6
2016-10-03perf tools: Query terminal width and use in perf listAndi Kleen-1/+2
2016-10-03perf pmu: Support alias descriptionsAndi Kleen-16/+68
2016-10-03perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu-0/+61
2016-10-03perf tools: Experiment with cppcheckArnaldo Carvalho de Melo-20/+13
2016-10-03perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King-1/+1
2016-09-29perf probe: Match linkage name with mangled nameMasami Hiramatsu-2/+29
2016-09-29perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu-3/+7
2016-09-29perf probe: Skip if the function address is 0Masami Hiramatsu-1/+11
2016-09-29perf probe: Ignore the error of finding inline instanceMasami Hiramatsu-2/+3
2016-09-29perf intel-pt: Fix decoding when there are address filtersAdrian Hunter-0/+82
2016-09-29perf intel-pt: Enable decoder to handle TIP.PGD with missing IPAdrian Hunter-0/+31
2016-09-29perf intel-pt: Read address filter from AUXTRACE_INFO eventAdrian Hunter-0/+51
2016-09-29perf intel-pt: Record address filter in AUXTRACE_INFO eventAdrian Hunter-2/+1
2016-09-29perf intel-pt: Add a helper function for processing AUXTRACE_INFOAdrian Hunter-4/+8
2016-09-29perf intel-pt: Fix missing error codes processing auxtrace_infoAdrian Hunter-0/+2
2016-09-29perf intel-pt: Add support for recording the max non-turbo ratioAdrian Hunter-1/+14
2016-09-29perf intel-pt: Fix snapshot overlap detection decoder errorsAdrian Hunter-4/+11
2016-09-29perf probe: Increase debug level of SDT debug messagesAdrian Hunter-3/+3
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter-0/+791
2016-09-29perf symbols: Add dso__last_symbol()Adrian Hunter-0/+16
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter-5/+2
2016-09-29perf evsel: Add support for address filtersMathieu Poirier-5/+41
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier-6/+10
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier-5/+5
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter-1/+2
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa-0/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa-0/+2
2016-09-22perf tools: Make several display functions globalJiri Olsa-0/+2
2016-09-22perf tools: Make several sorting functions globalJiri Olsa-3/+9
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa-4/+8
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa-1/+2
2016-09-22perf pmu: Push configuration down to PMU driverMathieu Poirier-0/+106
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier-0/+76
2016-09-21perf evsel: Remove superfluous initialization of weightJiri Olsa-2/+0
2016-09-20perf symbols: Do not open device filesJiri Olsa-0/+3
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim-0/+1
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo-2/+6
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo-12/+13