summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf symbols: Try the .debug/ DSO cache as a last resortArnaldo Carvalho de Melo2015-10-121-9/+9
* perf python: Support the PERF_RECORD_SWITCH eventArnaldo Carvalho de Melo2015-10-072-7/+75
* perf tools: Fix handling read result using a signed variableAndrzej Hajda2015-10-061-1/+2
* perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa2015-10-061-8/+8
* perf tools: Introduce hpp_dimension__add_output functionJiri Olsa2015-10-062-0/+8
* perf tools: Get rid of superfluos call to reset_dimensionsJiri Olsa2015-10-061-2/+0
* perf tools: Fail properly in case pattern matching fails to find tracepointJiri Olsa2015-10-051-1/+8
* perf hists browser: Implement horizontal scrollingArnaldo Carvalho de Melo2015-10-051-5/+17
* perf ui browser: Optional horizontal scrolling key bindingArnaldo Carvalho de Melo2015-10-052-1/+15
* perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo2015-10-053-5/+5
* perf tests: Add Intel CQM testMatt Fleming2015-10-054-0/+130
* perf tests: Move x86 tests into arch directoryMatt Fleming2015-10-0516-45/+48
* perf tests: Add arch testsMatt Fleming2015-10-056-11/+46
* perf tools: Handle -h and -v optionsJiri Olsa2015-10-052-0/+22
* perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa2015-10-051-0/+13
* perf tools: Add support for sorting on the iaddrDon Zickus2015-10-053-0/+39
* perf tests: Add parsing test for 'P' modifierJiri Olsa2015-10-051-0/+16
* perf tools: Introduce 'P' modifier to request max precisionJiri Olsa2015-10-055-2/+13
* perf tools: Export perf_event_attr__set_max_precise_ip()Jiri Olsa2015-10-052-1/+3
* perf annotate: Fix sizeof_sym_hist overflow issueJiri Olsa2015-10-051-1/+1
* perf evlist: Display DATA_SRC sample type bitJiri Olsa2015-10-051-1/+1
* 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 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: Rename kallsyms2elf_type to kallsyms2elf_bindingArnaldo Carvalho de Melo2015-09-301-1/+1
* 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
* 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
OpenPOWER on IntegriCloud