aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* perf script: Add a setting for maximum stack depthAdrian Hunter2015-09-28
* perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-28
* perf report: Make max_stack value allow for synthesized callchainsAdrian Hunter2015-09-28
* perf intel-pt: Support generating branch stackAdrian Hunter2015-09-28
* perf intel-pt: Move branch filter logicAdrian Hunter2015-09-28
* perf inject: Set branch stack feature flag when synthesizing branch stacksAdrian Hunter2015-09-28
* perf report: Skip events with null branch stacksAdrian Hunter2015-09-28
* perf report: Also do default setup for synthesized branch stacksAdrian Hunter2015-09-28
* perf report: Adjust sample type validation for synthesized branch stacksAdrian Hunter2015-09-28
* perf auxtrace: Add option to synthesize branch stacks on samplesAdrian Hunter2015-09-28
* perf tools: Add more documentation to export-to-postgresql.py scriptAdrian Hunter2015-09-28
* perf session: Warn when AUX data has been lostAdrian Hunter2015-09-28
* perf script: Allow time to be displayed in nanosecondsAdrian Hunter2015-09-28
* perf intel-pt: Make logging slightly more efficientAdrian Hunter2015-09-28
* perf intel-pt: Fix potential loop foreverAdrian Hunter2015-09-28
* perf report: Fix sample type validation for synthesized callchainsAdrian Hunter2015-09-28
* perf auxtrace: Fix 'instructions' period of zeroAdrian Hunter2015-09-28
* tools build: Build fixdep helper from perf and basic libsJiri Olsa2015-09-28
* perf tools: Rename the 'single_dep' target to 'prepare'Jiri Olsa2015-09-28
* tools build: Make the fixdep helper part of the build processJiri Olsa2015-09-28
* tools build: Move dependency copy into functionJiri Olsa2015-09-28
* tools build: Add fixdep dependency helperJiri Olsa2015-09-28
* tools build: Add test for missing includeJiri Olsa2015-09-28
* tools build: Add Makefile.includeJiri Olsa2015-09-28
* tools lib api fs: Store tracing mountpoint for better error messageJiri Olsa2015-09-28
* perf tools: Use __map__is_kernel() when synthesizing kernel module mmap recordsArnaldo Carvalho de Melo2015-09-28
* perf hists browser: Use the map to determine if a DSO is being used as a kernelArnaldo Carvalho de Melo2015-09-28
* perf top: Filter symbols based on __map__is_kernel(map)Arnaldo Carvalho de Melo2015-09-28
* perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang2015-09-28
* Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar2015-09-28
|\
| * Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-27
| |\
| | * MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-27
| | * MIPS: print MAAR configuration during bootPaul Burton2015-09-27
| | * MIPS: mm: compile maar_init unconditionallyPaul Burton2015-09-27
| | * irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton2015-09-27
| | * irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton2015-09-27
| | * MIPS: CM: Provide a function to map from CPU to VP ID.Paul Burton2015-09-27
| | * MIPS: Fix FTLB detection for R6James Hogan2015-09-22
| | * MIPS: cpu-features: Add cpu_has_ftlbJames Hogan2015-09-22
| | * MIPS: ATH79: Add irq chip ar7240-misc-intcAlexander Couzens2015-09-22
| | * MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chipAlexander Couzens2015-09-22
| | * MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno2015-09-22
| | * MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno2015-09-22
| | * MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin2015-09-22
| | * MIPS: Fix console output for Fulong2e systemGuenter Roeck2015-09-22
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-27
| |\ \
| | * \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-09-26
| | |\ \
| | | * | perf tools: Fix copying of /proc/kcoreAdrian Hunter2015-09-25
| | | * | perf intel-pt: Remove no_force_psb from documentationAdrian Hunter2015-09-25
| | | * | perf probe: Use existing routine to look for a kernel module by dso->short_nameArnaldo Carvalho de Melo2015-09-25