aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2016-09-29perf evsel: Add support for address filtersGravatar Mathieu Poirier 3-5/+41
2016-09-29perf evsel: New tracepoint specific functionGravatar Mathieu Poirier 4-10/+13
2016-09-29perf tools: Make perf_evsel__append_filter() genericGravatar Mathieu Poirier 4-7/+12
2016-09-29perf tools: Update documentation info about quipperGravatar Simon Que 1-1/+5
2016-09-28perf trace: Beautify sched_[gs]et_attr return valueGravatar Arnaldo Carvalho de Melo 1-0/+2
2016-09-28perf data: Fix building in 32 bit platform with libbabeltraceGravatar Wang Nan 1-1/+1
2016-09-28perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB changeGravatar Adrian Hunter 1-1/+2
2016-09-27perf record: Fix documentation 'event_sources' -> 'event_source'Gravatar Adrian Hunter 1-3/+3
2016-09-22perf hists: Make hists__fprintf_headers function globalGravatar Jiri Olsa 2-1/+2
2016-09-22perf hists: Make __hist_entry__snprintf function globalGravatar Jiri Olsa 2-2/+4
2016-09-22perf tools: Make several display functions globalGravatar Jiri Olsa 3-2/+4
2016-09-22perf tools: Make several sorting functions globalGravatar Jiri Olsa 2-3/+9
2016-09-22perf tools: Make output_field_add and sort_dimension__add globalGravatar Jiri Olsa 2-4/+8
2016-09-22perf tools: Make reset_dimensions globalGravatar Jiri Olsa 2-1/+2
2016-09-22perf hists: Add __hist_entry__snprintf functionGravatar Jiri Olsa 1-2/+8
2016-09-22perf tools: Add sink configuration for cs_etm PMUGravatar Mathieu Poirier 3-0/+63
2016-09-22perf tools: Add PMU configuration to toolsGravatar Mathieu Poirier 3-0/+32
2016-09-22perf pmu: Push configuration down to PMU driverGravatar Mathieu Poirier 4-0/+106
2016-09-22perf tools: Add coresight etm PMU record capabilitiesGravatar Mathieu Poirier 8-2/+716
2016-09-22perf tools: Make coresight PMU listableGravatar Mathieu Poirier 3-0/+38
2016-09-22perf tools: Confine __get_cpuid() to x86 architectureGravatar Mathieu Poirier 1-4/+7
2016-09-21perf hists: Use bigger buffer for stdio headersGravatar Jiri Olsa 1-1/+1
2016-09-21perf evsel: Remove superfluous initialization of weightGravatar Jiri Olsa 1-2/+0
2016-09-20perf symbols: Do not open device filesGravatar Jiri Olsa 1-0/+3
2016-09-20perf hists: Factor out hists__reset_column_width()Gravatar Namhyung Kim 4-18/+20
2016-09-20perf ui/tui: Reset output width for hierarchyGravatar Namhyung Kim 1-0/+6
2016-09-20perf annotate: Resolve 'call' operands to function namesGravatar Arnaldo Carvalho de Melo 1-2/+6
2016-09-20perf annotate: Pass the symbol's map/dso to the instruction parsersGravatar Arnaldo Carvalho de Melo 2-12/+13
2016-09-20perf annotate: Do not ignore call instruction with indirect targetGravatar Ravi Bangoria 1-6/+2
2016-09-20perf hists: Fix width computation for srcline sort entryGravatar Jiri Olsa 2-2/+5
2016-09-19perf trace beauty mmap: Add missing MADV_FREEGravatar Wang Nan 1-0/+1
2016-09-13perf tools: Add infrastructure for PMU specific configurationGravatar Mathieu Poirier 6-1/+54
2016-09-13perf report: Enable group view with hierarchyGravatar Namhyung Kim 1-1/+0
2016-09-13perf ui/stdio: Rename print_hierarchy_header()Gravatar Namhyung Kim 1-10/+3
2016-09-13perf ui/stdio: Always reset output width for hierarchyGravatar Namhyung Kim 1-8/+6
2016-09-13perf hist: Initialize hierarchy tree explicitlyGravatar Namhyung Kim 1-0/+2
2016-09-13perf hists: Introduce hists__link_hierarchy()Gravatar Namhyung Kim 1-0/+95
2016-09-13perf hists: Introduce hists__match_hierarchy()Gravatar Namhyung Kim 1-0/+51
2016-09-13perf build: Compare mman.h related headers against kernel originalsGravatar Wang Nan 1-0/+9
2016-09-13perf tools: Do hugetlb handling in more systemsGravatar Arnaldo Carvalho de Melo 2-12/+4
2016-09-13perf trace beauty mmap: Fix defines for non !x86_64Gravatar Arnaldo Carvalho de Melo 1-70/+1
2016-09-13tools include: Add uapi mman.h for each architectureGravatar Wang Nan 1-0/+4
2016-09-12perf hists browser: Fix event group displayGravatar Namhyung Kim 1-1/+0
2016-09-12perf probe: Fix dwarf regs table for x86_64Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-09-08perf powerpc: Fix build-test failureGravatar Ravi Bangoria 1-1/+0
2016-09-08perf pmu: Support alternative sysfs cpumaskGravatar Mark Rutland 1-3/+12
2016-09-08perf evlist: Only open events on CPUs an evsel permitsGravatar Mark Rutland 1-1/+7
2016-09-08perf annotate: Add branch stack / basic blockGravatar Peter Zijlstra 6-2/+596
2016-09-08perf record: Mark MAP_HUGETLB when synthesizing mmap eventsGravatar Wang Nan 1-0/+11
2016-09-08perf tools: Recognize hugetlb mapping as anon mappingGravatar Wang Nan 1-3/+10