aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | perf tools: Make output_field_add and sort_dimension__add globalJiri Olsa2016-09-22
| | * | | | | | | | | | | perf tools: Make reset_dimensions globalJiri Olsa2016-09-22
| | * | | | | | | | | | | perf hists: Add __hist_entry__snprintf functionJiri Olsa2016-09-22
| | * | | | | | | | | | | perf tools: Add sink configuration for cs_etm PMUMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf tools: Add PMU configuration to toolsMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf pmu: Push configuration down to PMU driverMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf tools: Add coresight etm PMU record capabilitiesMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf tools: Make coresight PMU listableMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf tools: Confine __get_cpuid() to x86 architectureMathieu Poirier2016-09-22
| | * | | | | | | | | | | perf hists: Use bigger buffer for stdio headersJiri Olsa2016-09-21
| | * | | | | | | | | | | perf evsel: Remove superfluous initialization of weightJiri Olsa2016-09-21
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-23
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| / / / / / / / / / / | | |/ / / / / / / / / /
| * | | | | | | | | | | perf symbols: Do not open device filesJiri Olsa2016-09-20
| * | | | | | | | | | | perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-20
| * | | | | | | | | | | perf ui/tui: Reset output width for hierarchyNamhyung Kim2016-09-20
| * | | | | | | | | | | perf annotate: Resolve 'call' operands to function namesArnaldo Carvalho de Melo2016-09-20
| * | | | | | | | | | | perf annotate: Pass the symbol's map/dso to the instruction parsersArnaldo Carvalho de Melo2016-09-20
| * | | | | | | | | | | perf annotate: Do not ignore call instruction with indirect targetRavi Bangoria2016-09-20
| * | | | | | | | | | | perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-20
| * | | | | | | | | | | tools include: Add mman macros needed by perf for all archWang Nan2016-09-19
| * | | | | | | | | | | perf trace beauty mmap: Add missing MADV_FREEWang Nan2016-09-19
| * | | | | | | | | | | perf tools: Add infrastructure for PMU specific configurationMathieu Poirier2016-09-13
| * | | | | | | | | | | perf report: Enable group view with hierarchyNamhyung Kim2016-09-13
| * | | | | | | | | | | perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim2016-09-13
| * | | | | | | | | | | perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-09-13
| * | | | | | | | | | | perf hist: Initialize hierarchy tree explicitlyNamhyung Kim2016-09-13
| * | | | | | | | | | | perf hists: Introduce hists__link_hierarchy()Namhyung Kim2016-09-13
| * | | | | | | | | | | perf hists: Introduce hists__match_hierarchy()Namhyung Kim2016-09-13
| * | | | | | | | | | | perf build: Compare mman.h related headers against kernel originalsWang Nan2016-09-13
| * | | | | | | | | | | perf tools: Do hugetlb handling in more systemsArnaldo Carvalho de Melo2016-09-13
| * | | | | | | | | | | perf trace beauty mmap: Fix defines for non !x86_64Arnaldo Carvalho de Melo2016-09-13
| * | | | | | | | | | | tools include: Add uapi mman.h for each architectureWang Nan2016-09-13
| * | | | | | | | | | | perf hists browser: Fix event group displayNamhyung Kim2016-09-12
| * | | | | | | | | | | perf probe: Fix dwarf regs table for x86_64Arnaldo Carvalho de Melo2016-09-12
| * | | | | | | | | | | perf powerpc: Fix build-test failureRavi Bangoria2016-09-08
| * | | | | | | | | | | perf pmu: Support alternative sysfs cpumaskMark Rutland2016-09-08
| * | | | | | | | | | | perf evlist: Only open events on CPUs an evsel permitsMark Rutland2016-09-08
| * | | | | | | | | | | perf annotate: Add branch stack / basic blockPeter Zijlstra2016-09-08
| * | | | | | | | | | | perf record: Mark MAP_HUGETLB when synthesizing mmap eventsWang Nan2016-09-08
| * | | | | | | | | | | tools lib api fs: Add hugetlbfs filesystem detectorWang Nan2016-09-08
| * | | | | | | | | | | perf tools: Recognize hugetlb mapping as anon mappingWang Nan2016-09-08
| * | | | | | | | | | | perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo2016-09-05
| * | | | | | | | | | | perf test vmlinux: Remove dead symbol_filter_t codeArnaldo Carvalho de Melo2016-09-05
| * | | | | | | | | | | perf machine: Remove machine->symbol_filter and friendsArnaldo Carvalho de Melo2016-09-05
| * | | | | | | | | | | perf top: Remove old kernel-only symbol filterArnaldo Carvalho de Melo2016-09-05
| * | | | | | | | | | | perf symbols: Mark if a symbol is idle in the libraryArnaldo Carvalho de Melo2016-09-05
| * | | | | | | | | | | Merge tag 'perf-core-for-mingo-20160901' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-09-05
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | perf probe: Move dwarf specific functions to dwarf-aux.cRavi Bangoria2016-09-01
| | * | | | | | | | | | | perf uprobe: Skip prologue if program compiled without optimizationRavi Bangoria2016-09-01
| | * | | | | | | | | | | perf probe: Add helper function to check if probe with variableRavi Bangoria2016-09-01