summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | perf tools: Add sink configuration for cs_etm PMUMathieu Poirier2016-09-223-0/+63
| | * | | | | | | | | | | perf tools: Add PMU configuration to toolsMathieu Poirier2016-09-223-0/+32
| | * | | | | | | | | | | perf pmu: Push configuration down to PMU driverMathieu Poirier2016-09-224-0/+106
| | * | | | | | | | | | | perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-228-2/+716
| | * | | | | | | | | | | perf tools: Make coresight PMU listableMathieu Poirier2016-09-223-0/+38
| | * | | | | | | | | | | perf tools: Confine __get_cpuid() to x86 architectureMathieu Poirier2016-09-221-4/+7
| | * | | | | | | | | | | perf hists: Use bigger buffer for stdio headersJiri Olsa2016-09-211-1/+1
| | * | | | | | | | | | | perf evsel: Remove superfluous initialization of weightJiri Olsa2016-09-211-2/+0
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-232-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| / / / / / / / / / / | | |/ / / / / / / / / /
| * | | | | | | | | | | perf symbols: Do not open device filesJiri Olsa2016-09-201-0/+3
| * | | | | | | | | | | perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-204-18/+20
| * | | | | | | | | | | perf ui/tui: Reset output width for hierarchyNamhyung Kim2016-09-201-0/+6
| * | | | | | | | | | | perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo2016-09-201-2/+6
| * | | | | | | | | | | perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2016-09-202-12/+13
| * | | | | | | | | | | perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria2016-09-201-6/+2
| * | | | | | | | | | | perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-202-2/+5
| * | | | | | | | | | | tools include: Add mman macros needed by perf for all archWang Nan2016-09-1920-0/+66
| * | | | | | | | | | | perf trace beauty mmap: Add missing MADV_FREEWang Nan2016-09-191-0/+1
| * | | | | | | | | | | perf tools: Add infrastructure for PMU specific configurationMathieu Poirier2016-09-136-1/+54
| * | | | | | | | | | | perf report: Enable group view with hierarchyNamhyung Kim2016-09-131-1/+0
| * | | | | | | | | | | perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim2016-09-131-10/+3
| * | | | | | | | | | | perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-09-131-8/+6
| * | | | | | | | | | | perf hist: Initialize hierarchy tree explicitlyNamhyung Kim2016-09-131-0/+2
| * | | | | | | | | | | perf hists: Introduce hists__link_hierarchy()Namhyung Kim2016-09-131-0/+95
| * | | | | | | | | | | perf hists: Introduce hists__match_hierarchy()Namhyung Kim2016-09-131-0/+51
| * | | | | | | | | | | perf build: Compare mman.h related headers against kernel originalsWang Nan2016-09-131-0/+9
| * | | | | | | | | | | perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo2016-09-132-12/+4
| * | | | | | | | | | | perf trace beauty mmap: Fix defines for non !x86_64Arnaldo Carvalho de Melo2016-09-131-70/+1
| * | | | | | | | | | | tools include: Add uapi mman.h for each architectureWang Nan2016-09-1325-0/+363
| * | | | | | | | | | | perf hists browser: Fix event group displayNamhyung Kim2016-09-121-1/+0
| * | | | | | | | | | | perf probe: Fix dwarf regs table for x86_64Arnaldo Carvalho de Melo2016-09-121-1/+1
| * | | | | | | | | | | perf powerpc: Fix build-test failureRavi Bangoria2016-09-081-1/+0
| * | | | | | | | | | | perf pmu: Support alternative sysfs cpumaskMark Rutland2016-09-081-3/+12
| * | | | | | | | | | | perf evlist: Only open events on CPUs an evsel permitsMark Rutland2016-09-081-1/+7
| * | | | | | | | | | | perf annotate: Add branch stack / basic blockPeter Zijlstra2016-09-086-2/+596
| * | | | | | | | | | | perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan2016-09-081-0/+11
| * | | | | | | | | | | tools lib api fs: Add hugetlbfs filesystem detectorWang Nan2016-09-082-0/+16
| * | | | | | | | | | | perf tools: Recognize hugetlb mapping as anon mappingWang Nan2016-09-081-3/+10
| * | | | | | | | | | | perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-0521-202/+141
| * | | | | | | | | | | perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo2016-09-051-10/+1
| * | | | | | | | | | | perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-055-32/+7
| * | | | | | | | | | | perf top: Remove old kernel-only symbol filterArnaldo Carvalho de Melo2016-09-051-27/+0
| * | | | | | | | | | | perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo2016-09-054-14/+25
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo-20160901' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-09-0533-121/+698
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria2016-09-013-134/+189
| | * | | | | | | | | | | perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria2016-09-011-0/+165
| | * | | | | | | | | | | perf probe: Add helper function to check if probe with variableRavi Bangoria2016-09-012-7/+17
| | * | | | | | | | | | | perf symbols: Fixup symbol sizes before picking best onesArnaldo Carvalho de Melo2016-09-012-2/+2
| | * | | | | | | | | | | perf symbols: Check symbol_conf.allow_aliases for kallsyms loading tooArnaldo Carvalho de Melo2016-09-012-2/+4
| | * | | | | | | | | | | perf test vmlinux: Tolerate symbol aliasesArnaldo Carvalho de Melo2016-09-011-3/+4
OpenPOWER on IntegriCloud