summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/callchain.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-05perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa1-1/+1
2015-10-05perf evlist: Display DATA_SRC sample type bitJiri Olsa1-1/+1
2015-10-05tools lib api fs: No need to use PATH_MAX + 1Jiri Olsa2-4/+4
2015-10-02perf stat: Reduce min --interval-print to 10msKan Liang2-6/+12
2015-10-02perf record: Change 'record.samples' type to unsigned long longYang Shi1-2/+2
2015-10-02perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu2-8/+8
2015-10-02perf list: Honour 'event_glob' whem printing selectable PMUsArnaldo Carvalho de Melo1-1/+2
2015-10-01perf list: Do event name substring search as last resort when no events foundArnaldo Carvalho de Melo2-2/+18
2015-10-01perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter1-1/+1
2015-10-01perf report: Fix a bug on "--call-graph none" optionNamhyung Kim1-1/+1
2015-10-01perf top: Register idle threadNamhyung Kim3-1/+6
2015-10-01perf top: Fix unresolved comm when -s comm is usedNamhyung Kim1-2/+5
2015-10-01perf record: Allocate area for sample_id_hdr in a synthesized comm eventNamhyung Kim1-2/+10
2015-10-01perf/x86/intel/uncore: Do not use macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar1-1/+1
2015-09-30perf tools: By default use the most precise "cycles" hw counter availableArnaldo Carvalho de Melo1-3/+19
2015-09-30perf list: Remove blank lines, headers when piping outputArnaldo Carvalho de Melo3-8/+9
2015-09-30perf probe: Improve error message when %return is on inlined functionMasami Hiramatsu1-4/+9
2015-09-30perf probe: Fix a segfault bug in debuginfo_cacheMasami Hiramatsu1-9/+12
2015-09-30perf probe: Show correct source lines of probes on kmodulesMasami Hiramatsu2-12/+65
2015-09-30perf probe: Begin and end libdwfl report session correctlyMasami Hiramatsu1-0/+3
2015-09-30perf probe: Fix to remove dot suffix from second or latter eventsMasami Hiramatsu1-13/+20
2015-09-30tools lib symbol: Introduce kallsyms2elf_typeArnaldo Carvalho de Melo2-0/+8
2015-09-30tools lib symbol: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo2-2/+2
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo10-20/+25
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo7-22/+23
2015-09-30perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu3-1/+4
2015-09-30perf report: Amend documentation about max_stack and synthesized callchainsAdrian Hunter1-0/+2
2015-09-30perf maps: Introduce maps__find_symbol_by_name()Arnaldo Carvalho de Melo2-6/+15
2015-09-30perf tools: Fix shadowed declaration in parse-events.cJiri Olsa1-20/+20
2015-09-30tools: Fix shadowed declaration in err.hJiri Olsa1-2/+2
2015-09-28perf tools: Enable event_config terms to tracepoint eventsHe Kuang3-23/+90
2015-09-28perf tools: Adds the tracepoint name parsing supportHe Kuang1-14/+23
2015-09-28perf tools: Show proper error message for wrong terms of hw/sw eventsHe Kuang4-24/+45
2015-09-28perf tools: Adds the config_term callback for different type eventsHe Kuang1-12/+26
2015-09-28perf intel-pt: Add mispred-all config option to aid use with autofdoAdrian Hunter2-0/+43
2015-09-28perf inject: Add --strip option to strip out non-synthesized eventsAdrian Hunter2-0/+95
2015-09-28perf inject: Remove more aux-related stuff when processing instruction tracesAdrian Hunter1-1/+28
2015-09-28perf evlist: Add perf_evlist__remove()Adrian Hunter2-0/+8
2015-09-28perf evlist: Add perf_evlist__id2evsel_strict()Adrian Hunter2-0/+17
2015-09-28perf script: Make scripting_max_stack value allow for synthesized callchainsAdrian Hunter1-0/+4
2015-09-28perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter3-2/+4
2015-09-28perf script: Add a setting for maximum stack depthAdrian Hunter2-3/+5
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2-2/+5
2015-09-28perf report: Make max_stack value allow for synthesized callchainsAdrian Hunter1-0/+4
2015-09-28perf intel-pt: Support generating branch stackAdrian Hunter2-0/+125
2015-09-28perf intel-pt: Move branch filter logicAdrian Hunter1-3/+3
2015-09-28perf inject: Set branch stack feature flag when synthesizing branch stacksAdrian Hunter1-1/+5
2015-09-28perf report: Skip events with null branch stacksAdrian Hunter1-4/+11
2015-09-28perf report: Also do default setup for synthesized branch stacksAdrian Hunter1-0/+3
2015-09-28perf report: Adjust sample type validation for synthesized branch stacksAdrian Hunter1-0/+3