summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-0/+12
2015-10-21perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo1-1/+4
2015-10-21perf evsel: Print branch filter state with -vvAndi Kleen1-0/+1
2015-10-20perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang1-1/+1
2015-10-20perf record: Add ability to sample call branchesStephane Eranian1-0/+1
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa3-11/+13
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa2-2/+4
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa2-0/+2
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2-6/+6
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song1-2/+2
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim2-0/+6
2015-10-12perf callchains: Fix unw_word_t pointer castsRabin Vincent1-2/+2
2015-10-12perf callchain: Use debug_frame if eh_frame is unusableRabin Vincent1-4/+6
2015-10-12perf symbols: Try the .debug/ DSO cache as a last resortArnaldo Carvalho de Melo1-9/+9
2015-10-07perf python: Support the PERF_RECORD_SWITCH eventArnaldo Carvalho de Melo1-4/+55
2015-10-06perf tools: Fix handling read result using a signed variableAndrzej Hajda1-1/+2
2015-10-06perf tools: Introduce hpp_dimension__add_output functionJiri Olsa2-0/+8
2015-10-06perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa1-2/+0
2015-10-05perf tools: Fail properly in case pattern matching fails to find tracepointJiri Olsa1-1/+8
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo1-2/+2
2015-10-05perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa1-0/+13
2015-10-05perf tools: Add support for sorting on the iaddrDon Zickus3-0/+39
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa4-2/+12
2015-10-05perf tools: Export perf_event_attr__set_max_precise_ip()Jiri Olsa2-1/+3
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-02perf probe: Allow probing on kmodules without dwarfMasami Hiramatsu1-3/+5
2015-10-02perf list: Honour 'event_glob' whem printing selectable PMUsArnaldo Carvalho de Melo1-1/+2
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 Kim2-1/+3
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 Melo2-7/+8
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: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo1-1/+1
2015-09-30perf machine: Add method for common kernel_map(FUNCTION) operationArnaldo Carvalho de Melo6-15/+20
2015-09-30perf machine: Use machine__kernel_map() thoroughlyArnaldo Carvalho de Melo4-19/+20
2015-09-30perf tools: Fix build break on powerpc due to sample_reg_masksSukadev Bhattiprolu3-1/+4
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-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 Hunter1-0/+14
2015-09-28perf evlist: Add perf_evlist__remove()Adrian Hunter2-0/+8