summaryrefslogtreecommitdiffstats
path: root/tools/perf
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 inject: Also re-pipe lost_samples eventAdrian Hunter2015-11-131-0/+1
* 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-123-5/+6
* perf hists browser: The dso can be obtained from popup_action->ms.map->dsoArnaldo Carvalho de Melo2015-11-121-6/+0
* perf hists browser: Fix 'd' hotkey action to filter by DSOArnaldo Carvalho de Melo2015-11-121-0/+1
* 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 llvm-src-base.c and llvm-src-kbuild.c to .gitignoreYunlong Song2015-11-111-0/+2
* perf test: Do not be case sensitive when searching for matching testsArnaldo Carvalho de Melo2015-11-061-1/+1
* perf test: Add 'perf test BPF'Wang Nan2015-11-066-1/+248
* perf test: Enhance the LLVM tests: add kbuild testWang Nan2015-11-064-1/+35
* perf test: Enhance the LLVM test: update basic BPF test programWang Nan2015-11-064-31/+129
* 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-063-10/+29
* 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 stat: Make stat options globalJiri Olsa2015-11-051-81/+82
* perf sched latency: Fix thread pid reuse issueJiri Olsa2015-11-051-2/+3
* perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...Wang Nan2015-11-051-0/+3
* perf trace: Fix documentation for -iPeter Feiner2015-11-051-1/+0
* 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: Allow shuffling the build testsArnaldo Carvalho de Melo2015-11-052-1/+6
* perf tools: Insert split maps correctly into origin groupJiri Olsa2015-11-051-2/+8
* perf stat: Use common printout function to avoid duplicated codeAndi Kleen2015-11-041-37/+20
* perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen2015-11-042-5/+8
* perf bpf: Mute libbpf when '-v' not setWang Nan2015-11-031-2/+2
* perf test: Keep test result clean if '-v' not setWang Nan2015-11-035-17/+13
* 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-297-9/+83
* perf record: Add clang options for compiling BPF scriptsWang Nan2015-10-292-0/+13
* perf bpf: Attach eBPF filter to perf eventWang Nan2015-10-293-0/+24
* perf tools: Make sure fixdep is built before libbpfJiri Olsa2015-10-291-1/+1
* perf script: Enable printing of branch stackStephane Eranian2015-10-292-3/+93
* perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo2015-10-291-0/+7
* 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-286-1/+88
* perf ebpf: Add the libbpf glueWang Nan2015-10-282-0/+86
* perf tools: Make perf depend on libbpfWang Nan2015-10-284-4/+43
* 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