aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-22perf tools: Make several sorting functions globalJiri Olsa2-3/+9
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2-4/+8
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa2-1/+2
2016-09-22perf pmu: Push configuration down to PMU driverMathieu Poirier4-0/+106
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier3-0/+76
2016-09-21perf evsel: Remove superfluous initialization of weightJiri Olsa1-2/+0
2016-09-20perf symbols: Do not open device filesJiri Olsa1-0/+3
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim1-0/+1
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo1-2/+6
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2-12/+13
2016-09-20perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria1-6/+2
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa2-2/+5
2016-09-13perf tools: Add infrastructure for PMU specific configurationMathieu Poirier5-1/+42
2016-09-13perf hist: Initialize hierarchy tree explicitlyNamhyung Kim1-0/+2
2016-09-13perf hists: Introduce hists__link_hierarchy()Namhyung Kim1-0/+95
2016-09-13perf hists: Introduce hists__match_hierarchy()Namhyung Kim1-0/+51
2016-09-13perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo2-12/+4
2016-09-08perf pmu: Support alternative sysfs cpumaskMark Rutland1-3/+12
2016-09-08perf evlist: Only open events on CPUs an evsel permitsMark Rutland1-1/+7
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra5-2/+492
2016-09-08perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan1-0/+11
2016-09-08perf tools: Recognize hugetlb mapping as anon mappingWang Nan1-3/+10
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo13-183/+124
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo5-32/+7
2016-09-05perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo3-11/+25
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria3-134/+189
2016-09-01perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria1-0/+165
2016-09-01perf probe: Add helper function to check if probe with variableRavi Bangoria2-7/+17