| Commit message (Expand) | Author | Age | Files | Lines |
* | perf probe: Clear probe_trace_event when add_probe_trace_event() fails | Wang Nan | 2015-11-13 | 1 | -6/+14 |
* | perf probe: Fix memory leaking on failure by clearing all probe_trace_events | Masami Hiramatsu | 2015-11-13 | 1 | -1/+3 |
* | perf buildid-list: Requires ordered events | Adrian Hunter | 2015-11-13 | 1 | -0/+1 |
* | perf symbols: Fix dso lookup by long name and missing buildids | Adrian Hunter | 2015-11-13 | 3 | -0/+19 |
* | perf symbols: Allow forcing reading of non-root owned files by root | Arnaldo Carvalho de Melo | 2015-11-12 | 2 | -2/+3 |
* | perf symbols: Rebuild rbtree when adjusting symbols for kcore | Adrian Hunter | 2015-11-12 | 1 | -16/+14 |
* | perf probe: Verify parameters in two functions | Wang Nan | 2015-11-11 | 1 | -0/+6 |
* | perf session: Add missing newlines to some pr_err() calls | Arnaldo Carvalho de Melo | 2015-11-11 | 1 | -4/+4 |
* | perf annotate: Support full source file paths for srcline fix | Michael Petlan | 2015-11-11 | 1 | -0/+1 |
* | perf test: Add 'perf test BPF' | Wang Nan | 2015-11-06 | 2 | -1/+33 |
* | perf bpf: Improve BPF related error messages | Wang Nan | 2015-11-06 | 4 | -15/+108 |
* | perf tools: Make fetch_kernel_version() publicly available | Wang Nan | 2015-11-06 | 3 | -33/+49 |
* | bpf tools: Improve libbpf error reporting | Wang Nan | 2015-11-06 | 2 | -9/+28 |
* | perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy | Masami Hiramatsu | 2015-11-06 | 1 | -5/+2 |
* | perf annotate: Inform the user about objdump failures in --stdio | Andi Kleen | 2015-11-06 | 1 | -2/+18 |
* | perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su... | Wang Nan | 2015-11-05 | 1 | -0/+3 |
* | perf llvm: Pass LINUX_VERSION_CODE to BPF program when compiling | Wang Nan | 2015-11-05 | 1 | -0/+27 |
* | perf llvm: Pass number of configured CPUs to clang compiler | Wang Nan | 2015-11-05 | 1 | -6/+18 |
* | perf tools: Insert split maps correctly into origin group | Jiri Olsa | 2015-11-05 | 1 | -2/+8 |
* | perf stat: Move sw clock metrics printout to stat-shadow | Andi Kleen | 2015-11-04 | 1 | -0/+5 |
* | perf bpf: Mute libbpf when '-v' not set | Wang Nan | 2015-11-03 | 1 | -2/+2 |
* | perf unwind: Pass symbol source to libunwind | Rabin Vincent | 2015-10-29 | 1 | -1/+4 |
* | perf tools: Compile scriptlets to BPF objects when passing '.c' to --event | Wang Nan | 2015-10-29 | 6 | -9/+39 |
* | perf bpf: Attach eBPF filter to perf event | Wang Nan | 2015-10-29 | 3 | -0/+24 |
* | perf bpf: Collect perf_evsel in BPF object files | Wang Nan | 2015-10-28 | 3 | -7/+99 |
* | perf tools: Load eBPF object into kernel | Wang Nan | 2015-10-28 | 3 | -0/+39 |
* | perf tools: Create probe points for BPF programs | Wang Nan | 2015-10-28 | 3 | -1/+268 |
* | perf tools: Enable passing bpf object file to --event | Wang Nan | 2015-10-28 | 5 | -1/+86 |
* | perf ebpf: Add the libbpf glue | Wang Nan | 2015-10-28 | 2 | -0/+86 |
* | perf symbols: Fix endless loop in dso__split_kallsyms_for_kcore | Jiri Olsa | 2015-10-28 | 1 | -1/+1 |
* | perf tools: Enable pre-event inherit setting by config terms | Wang Nan | 2015-10-28 | 5 | -0/+29 |
* | perf symbols: we can now read separate debug-info files based on a build ID | Dima Kogan | 2015-10-28 | 1 | -0/+9 |
* | perf symbols: Fix type error when reading a build-id | Dima Kogan | 2015-10-28 | 1 | -1/+1 |
* | perf tools: Search for more options when passing args to -h | Arnaldo Carvalho de Melo | 2015-10-27 | 1 | -1/+14 |
* | perf cpu_map: Add cpu_map__empty_new function | Jiri Olsa | 2015-10-27 | 2 | -0/+18 |
* | perf evsel: Move id_offset out of struct perf_evsel union member | Jiri Olsa | 2015-10-27 | 1 | -1/+1 |
* | perf tools: Introduce usage_with_options_msg() | Namhyung Kim | 2015-10-27 | 4 | -7/+36 |
* | perf tools: Setup pager when printing usage and help | Namhyung Kim | 2015-10-26 | 1 | -2/+13 |
* | perf report: Rename to --show-cpu-utilization | Namhyung Kim | 2015-10-26 | 1 | -0/+1 |
* | perf tools: Improve ambiguous option help message | Namhyung Kim | 2015-10-26 | 1 | -9/+8 |
* | perf tools: Provide help for subset of options | Arnaldo Carvalho de Melo | 2015-10-23 | 1 | -9/+33 |
* | perf tools: Show tool command line options ordered | Arnaldo Carvalho de Melo | 2015-10-23 | 1 | -0/+48 |
* | perf tools: Improve call graph documents and help messages | Namhyung Kim | 2015-10-22 | 1 | -6/+18 |
* | perf tools: Defaults to 'caller' callchain order only if --children is enabled | Namhyung Kim | 2015-10-22 | 3 | -1/+4 |
* | perf top: Support call-graph display options also | Namhyung Kim | 2015-10-22 | 2 | -3/+38 |
* | perf tools: Move callchain help messages to callchain.h | Namhyung Kim | 2015-10-22 | 1 | -0/+12 |
* | perf annotate: Add debug message for out of bounds sample | Arnaldo Carvalho de Melo | 2015-10-21 | 1 | -1/+4 |
* | perf evsel: Print branch filter state with -vv | Andi Kleen | 2015-10-21 | 1 | -0/+1 |
* | perf cpu_map: Fix core dump caused by per-socket/core system-wide stat | Kan Liang | 2015-10-20 | 1 | -1/+1 |
* | perf record: Add ability to sample call branches | Stephane Eranian | 2015-10-20 | 1 | -0/+1 |