summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2015-10-23perf tools: Provide help for subset of optionsArnaldo Carvalho de Melo1-9/+33
2015-10-23perf tools: Show tool command line options orderedArnaldo Carvalho de Melo1-0/+48
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo1-3/+3
2015-10-22perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo1-4/+4
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim1-1/+1
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim6-30/+62
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim5-1/+9
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim4-10/+62
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim3-10/+20
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 Eranian2-0/+2
2015-10-19perf bench: Use named initializers in the trailer tooArnaldo Carvalho de Melo1-2/+2
2015-10-19perf script: Check output fields only for samplesJiri Olsa1-1/+4
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa5-15/+27
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa2-2/+4
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa3-0/+7
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa3-8/+8
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song2-3/+3
2015-10-19perf bench: Run benchmarks, don't test themIngo Molnar1-4/+4
2015-10-19perf bench mem: Rename 'routine' to 'function'Ingo Molnar2-38/+38
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar4-23/+23
2015-10-19perf bench mem: Reorganize the code a bitIngo Molnar1-19/+19
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar2-15/+20
2015-10-19perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar2-50/+50
2015-10-19perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar1-6/+6
2015-10-19perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar2-30/+30
2015-10-19perf bench: List output formatting options on 'perf bench -h'Ingo Molnar1-1/+1
2015-10-19perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar2-112/+50
2015-10-19perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar2-1/+1
2015-10-19perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar1-7/+4
2015-10-19perf bench: Default to all routines in 'perf bench mem'Ingo Molnar1-2/+2
2015-10-19perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar1-56/+45
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim3-0/+20
2015-10-19perf test: Silence tracepoint event failuresNamhyung Kim3-3/+3
2015-10-12perf hists browser: Add 'm' key for context menu displayNamhyung Kim1-0/+2
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 hists browser: Inform how to reset the symbol filterArnaldo Carvalho de Melo1-1/+2
2015-10-12perf ui browsers: Remove help messages about use of right and arrow keysArnaldo Carvalho de Melo4-9/+9
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 Melo2-7/+75
2015-10-06perf tools: Fix handling read result using a signed variableAndrzej Hajda1-1/+2
2015-10-06perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa1-8/+8
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 hists browser: Implement horizontal scrollingArnaldo Carvalho de Melo1-5/+17
2015-10-05perf ui browser: Optional horizontal scrolling key bindingArnaldo Carvalho de Melo2-1/+15