aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-11perf probe: Verify parameters in two functionsWang Nan1-0/+6
2015-11-11perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo1-4/+4
2015-11-11perf annotate: Support full source file paths for srcline fixMichael Petlan1-0/+1
2015-11-06perf test: Add 'perf test BPF'Wang Nan2-1/+33
2015-11-06perf bpf: Improve BPF related error messagesWang Nan4-15/+108
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan3-33/+49
2015-11-06bpf tools: Improve libbpf error reportingWang Nan2-9/+28
2015-11-06perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu1-5/+2
2015-11-06perf annotate: Inform the user about objdump failures in --stdioAndi Kleen1-2/+18
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns successWang Nan1-0/+3
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan1-0/+27
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan1-6/+18
2015-11-05perf tools: Insert split maps correctly into origin groupJiri Olsa1-2/+8
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen1-0/+5
2015-11-03perf bpf: Mute libbpf when '-v' not setWang Nan1-2/+2
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 Nan6-9/+39
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan3-0/+24
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 Nan5-1/+86
2015-10-28perf ebpf: Add the libbpf glueWang Nan2-0/+86
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 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 Kim4-7/+36
2015-10-26perf tools: Setup pager when printing usage and helpNamhyung Kim1-2/+13
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim1-0/+1
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 tools: Improve call graph documents and help messagesNamhyung Kim1-6/+18
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim3-1/+4
2015-10-22perf top: Support call-graph display options alsoNamhyung Kim2-3/+38
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-0/+12
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 Eranian1-0/+1
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa3-11/+13
2015-10-19perf cpu_map: Make cpu_map__build_map globalJiri Olsa2-2/+4
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa2-0/+2
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2-6/+6
2015-10-19perf help: Change 'usage' to 'Usage' for consistencyYunlong Song1-2/+2
2015-10-19perf test: Suppress libtraceevent warningsNamhyung Kim2-0/+6