summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2015-10-052-4/+4
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-0313-26/+65
|\
| * perf stat: Reduce min --interval-print to 10msKan Liang2015-10-022-6/+12
| * perf record: Change 'record.samples' type to unsigned long longYang Shi2015-10-021-2/+2
| * perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2015-10-022-8/+8
| * perf list: Honour 'event_glob' whem printing selectable PMUsArnaldo Carvalho de Melo2015-10-021-1/+2
| * perf list: Do event name substring search as last resort when no events foundArnaldo Carvalho de Melo2015-10-012-2/+18
| * perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-10-011-1/+1
| * perf report: Fix a bug on "--call-graph none" optionNamhyung Kim2015-10-011-1/+1
| * perf top: Register idle threadNamhyung Kim2015-10-013-1/+6
| * perf top: Fix unresolved comm when -s comm is usedNamhyung Kim2015-10-011-2/+5
| * perf record: Allocate area for sample_id_hdr in a synthesized comm eventNamhyung Kim2015-10-011-2/+10
|/
* perf/x86/intel/uncore: Do not use macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar2015-10-011-1/+1
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-10-0124-108/+224
|\
| * perf tools: By default use the most precise "cycles" hw counter availableArnaldo Carvalho de Melo2015-09-301-3/+19
| * perf list: Remove blank lines, headers when piping outputArnaldo Carvalho de Melo2015-09-303-8/+9
| * perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu2015-09-301-4/+9
| * perf probe: Fix a segfault bug in debuginfo_cacheMasami Hiramatsu2015-09-301-9/+12
| * perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu2015-09-302-12/+65
| * perf probe: Begin and end libdwfl report session correctlyMasami Hiramatsu2015-09-301-0/+3
| * perf probe: Fix to remove dot suffix from second or latter eventsMasami Hiramatsu2015-09-301-13/+20
| * tools lib symbol: Introduce kallsyms2elf_typeArnaldo Carvalho de Melo2015-09-302-0/+8
| * tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo2015-09-302-2/+2
| * perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo2015-09-3010-20/+25
| * perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo2015-09-307-22/+23
| * perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu2015-09-303-1/+4
| * perf report: Amend documentation about max_stack and synthesized callchainsAdrian Hunter2015-09-301-0/+2
| * perf maps: Introduce maps__find_symbol_by_name()Arnaldo Carvalho de Melo2015-09-302-6/+15
| * perf tools: Fix shadowed declaration in parse-events.cJiri Olsa2015-09-301-20/+20
| * tools: Fix shadowed declaration in err.hJiri Olsa2015-09-301-2/+2
|/
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-09-2947-167/+1240
|\
| * perf tools: Enable event_config terms to tracepoint eventsHe Kuang2015-09-283-23/+90
| * perf tools: Adds the tracepoint name parsing supportHe Kuang2015-09-281-14/+23
| * perf tools: Show proper error message for wrong terms of hw/sw eventsHe Kuang2015-09-284-24/+45
| * perf tools: Adds the config_term callback for different type eventsHe Kuang2015-09-281-12/+26
| * perf intel-pt: Add mispred-all config option to aid use with autofdoAdrian Hunter2015-09-282-0/+43
| * perf inject: Add --strip option to strip out non-synthesized eventsAdrian Hunter2015-09-282-0/+95
| * perf inject: Remove more aux-related stuff when processing instruction tracesAdrian Hunter2015-09-281-1/+28
| * perf evlist: Add perf_evlist__remove()Adrian Hunter2015-09-282-0/+8
| * perf evlist: Add perf_evlist__id2evsel_strict()Adrian Hunter2015-09-282-0/+17
| * perf script: Make scripting_max_stack value allow for synthesized callchainsAdrian Hunter2015-09-281-0/+4
| * perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-283-2/+4
| * perf script: Add a setting for maximum stack depthAdrian Hunter2015-09-282-3/+5
| * perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-282-2/+5
| * perf report: Make max_stack value allow for synthesized callchainsAdrian Hunter2015-09-281-0/+4
| * perf intel-pt: Support generating branch stackAdrian Hunter2015-09-282-0/+125
| * perf intel-pt: Move branch filter logicAdrian Hunter2015-09-281-3/+3
| * perf inject: Set branch stack feature flag when synthesizing branch stacksAdrian Hunter2015-09-281-1/+5
| * perf report: Skip events with null branch stacksAdrian Hunter2015-09-281-4/+11
| * perf report: Also do default setup for synthesized branch stacksAdrian Hunter2015-09-281-0/+3
OpenPOWER on IntegriCloud