summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2015-10-28perf tools: Create probe points for BPF programsWang Nan
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan
2015-10-28perf ebpf: Add the libbpf glueWang Nan
2015-10-28perf tools: Make perf depend on libbpfWang Nan
2015-10-28perf symbols: Fix endless loop in dso__split_kallsyms_for_kcoreJiri Olsa
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan
2015-10-28perf symbols: we can now read separate debug-info files based on a build IDDima Kogan
2015-10-28perf symbols: Fix type error when reading a build-idDima Kogan
2015-10-27perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo
2015-10-27perf stat: Cache aggregated map entries in extra cpumapJiri Olsa
2015-10-27perf cpu_map: Add cpu_map__empty_new functionJiri Olsa
2015-10-27perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim
2015-10-26perf tools: Setup pager when printing usage and helpNamhyung Kim
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim
2015-10-26perf tools: Improve ambiguous option help messageNamhyung Kim
2015-10-23perf tools: Provide help for subset of optionsArnaldo Carvalho de Melo
2015-10-23perf tools: Show tool command line options orderedArnaldo Carvalho de Melo
2015-10-22perf annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo
2015-10-22perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo
2015-10-22perf annotate: Fix 'annotate.use_offset' config variable usageNamhyung Kim
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim
2015-10-21perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo
2015-10-21perf evsel: Print branch filter state with -vvAndi Kleen
2015-10-20perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang
2015-10-20perf record: Add ability to sample call branchesStephane Eranian
2015-10-19perf bench: Use named initializers in the trailer tooArnaldo Carvalho de Melo
2015-10-19perf script: Check output fields only for samplesJiri Olsa
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song
2015-10-19perf bench: Run benchmarks, don't test themIngo Molnar
2015-10-19perf bench mem: Rename 'routine' to 'function'Ingo Molnar
2015-10-19perf bench: Harmonize all the -l/--nr_loops optionsIngo Molnar
2015-10-19perf bench mem: Reorganize the code a bitIngo Molnar
2015-10-19perf bench mem: Improve user visible stringsIngo Molnar
2015-10-19perf bench mem: Fix 'length' vs. 'size' naming confusionIngo Molnar
2015-10-19perf bench mem: Rename 'routine' to 'routine_str'Ingo Molnar
2015-10-19perf bench mem: Change 'cycle' to 'cycles'Ingo Molnar
2015-10-19perf bench: List output formatting options on 'perf bench -h'Ingo Molnar
2015-10-19perf bench: Remove the prefaulting complication from 'perf bench mem mem*'Ingo Molnar
2015-10-19perf bench: Rename 'mem-memcpy.c' => 'mem-functions.c'Ingo Molnar
2015-10-19perf bench: Eliminate unused argument from bench_mem_common()Ingo Molnar
2015-10-19perf bench: Default to all routines in 'perf bench mem'Ingo Molnar
2015-10-19perf bench: Improve the 'perf bench mem memcpy' code readabilityIngo Molnar