summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo2015-10-271-1/+14
| * | | | | | | | | | perf stat: Cache aggregated map entries in extra cpumapJiri Olsa2015-10-271-4/+55
| * | | | | | | | | | perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-272-0/+18
| * | | | | | | | | | perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa2015-10-271-1/+1
| * | | | | | | | | | perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-279-28/+62
| * | | | | | | | | | perf tools: Setup pager when printing usage and helpNamhyung Kim2015-10-261-2/+13
| * | | | | | | | | | perf report: Rename to --show-cpu-utilizationNamhyung Kim2015-10-263-2/+5
| * | | | | | | | | | perf tools: Improve ambiguous option help messageNamhyung Kim2015-10-261-9/+8
| * | | | | | | | | | perf tools: Provide help for subset of optionsArnaldo Carvalho de Melo2015-10-231-9/+33
| * | | | | | | | | | perf tools: Show tool command line options orderedArnaldo Carvalho de Melo2015-10-231-0/+48
| * | | | | | | | | | perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo2015-10-221-3/+3
| * | | | | | | | | | perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo2015-10-221-4/+4
| * | | | | | | | | | perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim2015-10-221-1/+1
| * | | | | | | | | | perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-226-30/+62
| * | | | | | | | | | perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-225-1/+9
| * | | | | | | | | | perf top: Support call-graph display options alsoNamhyung Kim2015-10-224-10/+62
| * | | | | | | | | | perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-223-10/+20
| * | | | | | | | | | tools lib traceevent: Support %ps/%pSScott Wood2015-10-221-2/+2
| * | | | | | | | | | perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo2015-10-211-1/+4
| * | | | | | | | | | perf evsel: Print branch filter state with -vvAndi Kleen2015-10-211-0/+1
| * | | | | | | | | | perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang2015-10-201-1/+1
| * | | | | | | | | | tools lib traceevent: update KVM pluginPaolo Bonzini2015-10-201-8/+17
| * | | | | | | | | | perf build: Add fixdep to .gitignoreYunlong Song2015-10-201-0/+1
| * | | | | | | | | | perf record: Add ability to sample call branchesStephane Eranian2015-10-202-0/+2
| * | | | | | | | | | perf bench: Use named initializers in the trailer tooArnaldo Carvalho de Melo2015-10-191-2/+2
| * | | | | | | | | | perf script: Check output fields only for samplesJiri Olsa2015-10-191-1/+4
| * | | | | | | | | | perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-195-15/+27
| * | | | | | | | | | perf cpu_map: Make cpu_map__build_map globalJiri Olsa2015-10-192-2/+4
| * | | | | | | | | | perf stat: Add AGGR_UNSET modeJiri Olsa2015-10-193-0/+7
| * | | | | | | | | | perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2015-10-193-8/+8
| * | | | | | | | | | perf help: Change 'usage' to 'Usage' for consistencyYunlong Song2015-10-192-3/+3
| * | | | | | | | | | perf bench: Run benchmarks, don't test themIngo Molnar2015-10-191-4/+4
| * | | | | | | | | | perf bench mem: Rename 'routine' to 'function'Ingo Molnar2015-10-192-38/+38
| * | | | | | | | | | perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar2015-10-194-23/+23
| * | | | | | | | | | perf bench mem: Reorganize the code a bitIngo Molnar2015-10-191-19/+19
| * | | | | | | | | | perf bench mem: Improve user visible stringsIngo Molnar2015-10-192-15/+20
| * | | | | | | | | | perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar2015-10-192-50/+50
| * | | | | | | | | | perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar2015-10-191-6/+6
| * | | | | | | | | | perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar2015-10-192-30/+30
| * | | | | | | | | | perf bench: List output formatting options on 'perf bench -h'Ingo Molnar2015-10-191-1/+1
| * | | | | | | | | | perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar2015-10-192-112/+50
| * | | | | | | | | | perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar2015-10-192-1/+1
| * | | | | | | | | | perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar2015-10-191-7/+4
| * | | | | | | | | | perf bench: Default to all routines in 'perf bench mem'Ingo Molnar2015-10-191-2/+2
| * | | | | | | | | | perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar2015-10-191-56/+45
| * | | | | | | | | | perf test: Suppress libtraceevent warningsNamhyung Kim2015-10-193-0/+20
| * | | | | | | | | | perf test: Silence tracepoint event failuresNamhyung Kim2015-10-193-3/+3
| * | | | | | | | | | tools build: Fix cross compile buildJiri Olsa2015-10-131-0/+4
| * | | | | | | | | | tools include: Fix strict-aliasing rules breakageJiri Olsa2015-10-131-8/+24
| * | | | | | | | | | perf hists browser: Add 'm' key for context menu displayNamhyung Kim2015-10-121-0/+2