aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-11-06bpf tools: Improve libbpf error reportingWang Nan
2015-11-06perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu
2015-11-06perf annotate: Inform the user about objdump failures in --stdioAndi Kleen
2015-11-05perf stat: Make stat options globalJiri Olsa
2015-11-05perf sched latency: Fix thread pid reuse issueJiri Olsa
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan
2015-11-05perf trace: Fix documentation for -iPeter Feiner
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song
2015-11-05perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan
2015-11-05perf llvm: Pass number of configured CPUs to clang compilerWang Nan
2015-11-05perf tools: Allow shuffling the build testsArnaldo Carvalho de Melo
2015-11-05perf tools: Insert split maps correctly into origin groupJiri Olsa
2015-11-04perf stat: Use common printout function to avoid duplicated codeAndi Kleen
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim
2015-11-03perf bpf: Mute libbpf when '-v' not setWang Nan
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent
2015-10-29tools build: Fix libiberty feature detectionRabin Vincent
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan
2015-10-29perf tools: Make sure fixdep is built before libbpfJiri Olsa
2015-10-29perf script: Enable printing of branch stackStephane Eranian
2015-10-29perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo
2015-10-28perf bpf: Collect perf_evsel in BPF object filesWang Nan
2015-10-28perf tools: Load eBPF object into kernelWang Nan
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