summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Clear probe_trace_event when add_probe_trace_event() failsWang Nan2015-11-131-6/+14
* perf probe: Fix memory leaking on failure by clearing all probe_trace_eventsMasami Hiramatsu2015-11-131-1/+3
* perf buildid-list: Requires ordered eventsAdrian Hunter2015-11-131-0/+1
* perf symbols: Fix dso lookup by long name and missing buildidsAdrian Hunter2015-11-133-0/+19
* perf symbols: Allow forcing reading of non-root owned files by rootArnaldo Carvalho de Melo2015-11-122-2/+3
* perf symbols: Rebuild rbtree when adjusting symbols for kcoreAdrian Hunter2015-11-121-16/+14
* perf probe: Verify parameters in two functionsWang Nan2015-11-111-0/+6
* perf session: Add missing newlines to some pr_err() callsArnaldo Carvalho de Melo2015-11-111-4/+4
* perf annotate: Support full source file paths for srcline fixMichael Petlan2015-11-111-0/+1
* perf test: Add 'perf test BPF'Wang Nan2015-11-062-1/+33
* perf bpf: Improve BPF related error messagesWang Nan2015-11-064-15/+108
* perf tools: Make fetch_kernel_version() publicly availableWang Nan2015-11-063-33/+49
* bpf tools: Improve libbpf error reportingWang Nan2015-11-062-9/+28
* perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancyMasami Hiramatsu2015-11-061-5/+2
* perf annotate: Inform the user about objdump failures in --stdioAndi Kleen2015-11-061-2/+18
* perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan2015-11-051-0/+3
* perf llvm: Pass LINUX_VERSION_CODE to BPF program when compilingWang Nan2015-11-051-0/+27
* perf llvm: Pass number of configured CPUs to clang compilerWang Nan2015-11-051-6/+18
* perf tools: Insert split maps correctly into origin groupJiri Olsa2015-11-051-2/+8
* perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen2015-11-041-0/+5
* perf bpf: Mute libbpf when '-v' not setWang Nan2015-11-031-2/+2
* perf unwind: Pass symbol source to libunwindRabin Vincent2015-10-291-1/+4
* perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan2015-10-296-9/+39
* perf bpf: Attach eBPF filter to perf eventWang Nan2015-10-293-0/+24
* perf bpf: Collect perf_evsel in BPF object filesWang Nan2015-10-283-7/+99
* perf tools: Load eBPF object into kernelWang Nan2015-10-283-0/+39
* perf tools: Create probe points for BPF programsWang Nan2015-10-283-1/+268
* perf tools: Enable passing bpf object file to --eventWang Nan2015-10-285-1/+86
* perf ebpf: Add the libbpf glueWang Nan2015-10-282-0/+86
* perf symbols: Fix endless loop in dso__split_kallsyms_for_kcoreJiri Olsa2015-10-281-1/+1
* perf tools: Enable pre-event inherit setting by config termsWang Nan2015-10-285-0/+29
* perf symbols: we can now read separate debug-info files based on a build IDDima Kogan2015-10-281-0/+9
* perf symbols: Fix type error when reading a build-idDima Kogan2015-10-281-1/+1
* perf tools: Search for more options when passing args to -hArnaldo Carvalho de Melo2015-10-271-1/+14
* perf cpu_map: Add cpu_map__empty_new functionJiri Olsa2015-10-272-0/+18
* perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa2015-10-271-1/+1
* perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-274-7/+36
* perf tools: Setup pager when printing usage and helpNamhyung Kim2015-10-261-2/+13
* perf report: Rename to --show-cpu-utilizationNamhyung Kim2015-10-261-0/+1
* perf tools: Improve ambiguous option help messageNamhyung Kim2015-10-261-9/+8
* perf tools: Provide help for subset of optionsArnaldo Carvalho de Melo2015-10-231-9/+33
* perf tools: Show tool command line options orderedArnaldo Carvalho de Melo2015-10-231-0/+48
* perf tools: Improve call graph documents and help messagesNamhyung Kim2015-10-221-6/+18
* perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim2015-10-223-1/+4
* perf top: Support call-graph display options alsoNamhyung Kim2015-10-222-3/+38
* perf tools: Move callchain help messages to callchain.hNamhyung Kim2015-10-221-0/+12
* perf annotate: Add debug message for out of bounds sampleArnaldo Carvalho de Melo2015-10-211-1/+4
* perf evsel: Print branch filter state with -vvAndi Kleen2015-10-211-0/+1
* perf cpu_map: Fix core dump caused by per-socket/core system-wide statKan Liang2015-10-201-1/+1
* perf record: Add ability to sample call branchesStephane Eranian2015-10-201-0/+1