aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-16perf ui browser: Add 's' key to filter by symbol nameNamhyung Kim1-1/+13
2012-03-16perf ui browser: Introduce ui_browser__input_windowNamhyung Kim3-0/+82
2012-03-16perf hists: Add hists__filter_by_symbolNamhyung Kim2-0/+37
2012-03-16perf tools: Do not disable members of group eventNamhyung Kim3-5/+10
2012-03-16perf stat: Fix event grouping on forked taskNamhyung Kim1-1/+1
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa5-100/+172
2012-03-16perf tools: Add perf pmu object to access pmu format definitionJiri Olsa10-0/+4541
2012-03-16perf tools: Add config options support for event parsingJiri Olsa9-447/+866
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa10-341/+4752
2012-03-15perf tools: Adjust make rulesJan Beulich1-1/+5
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar17-166/+1023
2012-03-12perf report: Fix annotate double quit issue in branch view modeStephane Eranian1-7/+31
2012-03-12perf report: Remove duplicate annotate choice in branch view modeStephane Eranian1-0/+2
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+5
2012-03-09perf report: Enable TUI in branch view modeStephane Eranian5-38/+111
2012-03-09perf report: Auto-detect branch stack sampling modeStephane Eranian4-20/+41
2012-03-09perf record: Add HEADER_BRANCH_STACK tagStephane Eranian3-1/+17
2012-03-09perf record: Provide default branch stack sampling mode optionStephane Eranian2-34/+57
2012-03-09perf tools: Make perf able to read files from older ABIsStephane Eranian1-28/+94
2012-03-09perf tools: Fix ABI compatibility bug in print_event_desc()Stephane Eranian1-10/+9
2012-03-09perf tools: Enable reading of perf.data files from different ABI revStephane Eranian2-7/+50
2012-03-09perf report: Add support for taken branch samplingRoberto Agostino Vitillo2-9/+105
2012-03-09perf record: Add support for sampling taken branchRoberto Agostino Vitillo4-0/+104
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo10-78/+468
2012-03-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-18/+42
2012-03-05perf annotate: Add missing newline on error messageNamhyung Kim1-1/+1
2012-03-05perf annotate: Fix help string on tuiNamhyung Kim1-3/+3
2012-03-05perf annotate: Restore title when came back to original symbolNamhyung Kim1-0/+1
2012-03-05perf annotate: Handle lower case key code in annotate_browser__run()Namhyung Kim1-0/+2
2012-03-05perf annotate: Print asm code as blue when source code is displayedNamhyung Kim1-3/+6
2012-03-05perf tools: Add descriptions of missing Makefile argumentsNamhyung Kim1-0/+14
2012-03-05perf evlist: Restore original errno after open failedNamhyung Kim1-0/+1
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar4-1/+22
2012-03-03perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-03-03perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-03-03perf record: No build id option failsDavid Ahern1-2/+2
2012-03-02Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-1/+22
2012-02-29perf probe: Ensure offset provided is not greater than function length without DWARF info tooPrashanth Nageshappa1-0/+6
2012-02-29perf tools: Ensure comm string is properly terminatedDavid Ahern1-0/+1
2012-02-29perf probe: Ensure offset provided is not greater than function lengthPrashanth Nageshappa1-1/+11
2012-02-29perf evlist: Return first evsel for non-sample event on old kernelNamhyung Kim1-0/+4
2012-02-27Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktestLinus Torvalds1-3/+5
2012-02-27ktest: Fix make_min_config test when build failsSteven Rostedt1-3/+5
2012-02-21perf tools: fix broken perf record -a modeStephane Eranian1-1/+1
2012-02-17perf tools: Remove duplicated string.h includesDanny Kukawka1-1/+0
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi1-0/+12
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo6-13/+10
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo4-15/+39
2012-02-13perf tools: cleanup initialization of attr->sizeStephane Eranian2-1/+2
2012-02-13perf tools: Factor out feature op to process header sectionsRobert Richter1-15/+29