aboutsummaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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: Add new API bpf_object__get_kversion()Wang Nan2-0/+9
2015-11-06bpf tools: Improve libbpf error reportingWang Nan5-59/+159
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 stat: Make stat options globalJiri Olsa1-81/+82
2015-11-05perf sched latency: Fix thread pid reuse issueJiri Olsa1-2/+3
2015-11-05perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns successWang Nan1-0/+3
2015-11-05perf trace: Fix documentation for -iPeter Feiner1-1/+0
2015-11-05tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpfYunlong Song2-2/+2
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: Allow shuffling the build testsArnaldo Carvalho de Melo2-1/+6
2015-11-05perf tools: Insert split maps correctly into origin groupJiri Olsa1-2/+8
2015-11-04perf stat: Use common printout function to avoid duplicated codeAndi Kleen1-37/+20
2015-11-04perf stat: Move sw clock metrics printout to stat-shadowAndi Kleen2-5/+8
2015-11-03tools lib bpf: Fix compiler warning on CentOS 6Namhyung Kim2-3/+3
2015-11-03perf bpf: Mute libbpf when '-v' not setWang Nan1-2/+2
2015-11-03perf test: Keep test result clean if '-v' not setWang Nan5-17/+13
2015-10-29perf unwind: Pass symbol source to libunwindRabin Vincent1-1/+4
2015-10-29tools build: Fix libiberty feature detectionRabin Vincent1-2/+2
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan7-9/+83
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan2-0/+13
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan3-0/+24
2015-10-29perf tools: Make sure fixdep is built before libbpfJiri Olsa1-1/+1
2015-10-29perf script: Enable printing of branch stackStephane Eranian2-3/+93
2015-10-29perf trace: Add cmd string table to decode sys_bpf first argArnaldo Carvalho de Melo1-0/+7
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 Nan6-1/+88
2015-10-28perf ebpf: Add the libbpf glueWang Nan2-0/+86
2015-10-28perf tools: Make perf depend on libbpfWang Nan5-6/+47
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 stat: Cache aggregated map entries in extra cpumapJiri Olsa1-4/+55
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 Kim9-28/+62
2015-10-26perf tools: Setup pager when printing usage and helpNamhyung Kim1-2/+13
2015-10-26perf report: Rename to --show-cpu-utilizationNamhyung Kim3-2/+5
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 annotate: Don't die() when finding an invalid config optionArnaldo Carvalho de Melo1-3/+3
2015-10-22perf ui tui: Register the error callbacks before initializing the widgetsArnaldo Carvalho de Melo1-4/+4