aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent1-1/+4
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan7-9/+83
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan2-0/+13
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan3-0/+24
2015-10-29perf tools: Make sure fixdep is built before libbpfJiri Olsa1-1/+1
2015-10-29perf script: Enable printing of branch stackStephane Eranian2-3/+93
2015-10-29perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo1-0/+7
2015-10-28perf bpf: Collect perf_evsel in BPF object filesWang Nan3-7/+99
2015-10-28perf tools: Load eBPF object into kernelWang Nan3-0/+39
2015-10-28perf tools: Create probe points for BPF programsWang Nan3-1/+268
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan6-1/+88
2015-10-28perf ebpf: Add the libbpf glueWang Nan2-0/+86
2015-10-28perf tools: Make perf depend on libbpfWang Nan4-4/+43
2015-10-28perf symbols: Fix endless loop in dso__split_kallsyms_for_kcoreJiri Olsa1-1/+1
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan5-0/+29
2015-10-28perf symbols: we can now read separate debug-info files based on a build IDDima Kogan1-0/+9
2015-10-28perf symbols: Fix type error when reading a build-idDima Kogan1-1/+1
2015-10-27perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo1-1/+14
2015-10-27perf stat: Cache aggregated map entries in extra cpumapJiri Olsa1-4/+55
2015-10-27perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2-0/+18
2015-10-27perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa1-1/+1
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim9-28/+62
2015-10-26perf tools: Setup pager when printing usage and helpNamhyung Kim1-2/+13
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim3-2/+5
2015-10-26perf tools: Improve ambiguous option help messageNamhyung Kim1-9/+8
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