summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter
2016-09-29perf evsel: Add support for address filtersMathieu Poirier
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceWang Nan
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeAdrian Hunter
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa
2016-09-22perf tools: Make several display functions globalJiri Olsa
2016-09-22perf tools: Make several sorting functions globalJiri Olsa
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa
2016-09-22perf tools: Make reset_dimensions globalJiri Olsa
2016-09-22perf pmu: Push configuration down to PMU driverMathieu Poirier
2016-09-22perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier
2016-09-21perf evsel: Remove superfluous initialization of weightJiri Olsa
2016-09-20perf symbols: Do not open device filesJiri Olsa
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim
2016-09-20perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo
2016-09-20perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa
2016-09-13perf tools: Add infrastructure for PMU specific configurationMathieu Poirier
2016-09-13perf hist: Initialize hierarchy tree explicitlyNamhyung Kim
2016-09-13perf hists: Introduce hists__link_hierarchy()Namhyung Kim
2016-09-13perf hists: Introduce hists__match_hierarchy()Namhyung Kim
2016-09-13perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo
2016-09-08perf pmu: Support alternative sysfs cpumaskMark Rutland
2016-09-08perf evlist: Only open events on CPUs an evsel permitsMark Rutland
2016-09-08perf annotate: Add branch stack / basic blockPeter Zijlstra
2016-09-08perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan
2016-09-08perf tools: Recognize hugetlb mapping as anon mappingWang Nan
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-09-05perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo
2016-09-05perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo
2016-09-01perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria
2016-09-01perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria
2016-09-01perf probe: Add helper function to check if probe with variableRavi Bangoria
2016-09-01perf symbols: Fixup symbol sizes before picking best onesArnaldo Carvalho de Melo
2016-09-01perf symbols: Check symbol_conf.allow_aliases for kallsyms loading tooArnaldo Carvalho de Melo
2016-09-01perf probe: Support probing on offline cross-arch binaryMasami Hiramatsu
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu
2016-09-01perf probe: Show trace event definitionMasami Hiramatsu
2016-09-01perf symbols: Demangle symbols for synthesized @plt entries.Milian Wolff
2016-09-01perf probe: Do not use map_load filters for functionArnaldo Carvalho de Melo
2016-08-30perf symbols: Rename ->ignore to ->idleArnaldo Carvalho de Melo
2016-08-30perf annotate: Initialize the priv are in symbol__new()Arnaldo Carvalho de Melo
2016-08-24perf tools: Fix error handling of lzma decompressionShawn Lin
2016-08-24perf probe: Remove unused tracing_dir variableMasami Hiramatsu
2016-08-23perf bpf: Fix typo: "ehough" -> "enough"Colin Ian King
2016-08-23perf probe: Use hexadecimal type by default if possibleMasami Hiramatsu