summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf vendor events intel: Add uncore events for IvyBridge ServerAndi Kleen2017-02-084-0/+692
| * | | | | | perf vendor events intel: Add uncore events for Broadwell ServerAndi Kleen2017-02-084-0/+512
| * | | | | | perf vendor events intel: Add uncore events for Haswell Server processorAndi Kleen2017-02-084-0/+512
| * | | | | | perf tools: Fix include of linux/mman.hArnaldo Carvalho de Melo2017-02-081-1/+1
| * | | | | | tools lib traceevent: Robustify do_generate_dynamic_list_fileDavid Carrillo-Cisneros2017-02-081-4/+10
| * | | | | | perf tools: Use zfree() to avoid keeping dangling pointersTaeung Song2017-02-081-6/+6
| * | | | | | perf tools: Use zfree() instead of ad hoc equivalentTaeung Song2017-02-081-4/+2
| * | | | | | perf tools: Add missing check for failure in a zalloc() callTaeung Song2017-02-081-0/+2
| * | | | | | perf tools: Only increase index if perf_evsel__new_idx() succeedsTaeung Song2017-02-081-1/+2
| * | | | | | perf probe: Add option --symfsUwe Kleine-König2017-02-081-0/+2
| * | | | | | perf symbols: Take into account symfs setting when reading file build IDVictor Kamensky2017-02-081-2/+4
| * | | | | | perf sdt: Show proper hint when event not yet in place via 'perf probe'Ravi Bangoria2017-02-081-14/+18
| * | | | | | perf list: Add debug support for outputing alias stringAndi Kleen2017-02-084-0/+15
| * | | | | | perf pmu: Support event aliases for non cpu// pmusAndi Kleen2017-02-082-27/+51
| * | | | | | perf pmu: Support per pmu json aliasesAndi Kleen2017-02-081-4/+9
| * | | | | | perf jevents: Add support for parsing uncore json filesAndi Kleen2017-02-084-13/+98
| * | | | | | perf jevents: Parse eventcode as numberAndi Kleen2017-02-081-1/+9
| * | | | | | perf bpf: Add missing newline in debug messagesHe Kuang2017-02-081-2/+2
| * | | | | | perf tools arm64: Add support for generating bpf prologueHe Kuang2017-02-082-1/+15
| * | | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2017-02-064-2/+19
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'perf-core-for-mingo-4.11-20170201' of git://git.kernel.org/pub/scm...Ingo Molnar2017-02-0127-59/+442
| |\ \ \ \ \ \
| | * | | | | | perf ftrace: Add ftrace.tracer config optionTaeung Song2017-01-311-0/+25
| | * | | | | | perf tools: Create for_each_event macro for tracepoints iterationTaeung Song2017-01-311-20/+18
| | * | | | | | perf test: Add libbpf pinning testJoe Stringer2017-01-311-1/+41
| | * | | | | | tools lib api fs: Add bpf_fs filesystem detectorJoe Stringer2017-01-312-0/+17
| | * | | | | | tools perf util: Make rm_rf(path) argument constJoe Stringer2017-01-312-2/+2
| | * | | | | | tools lib bpf: Add bpf_object__pin()Joe Stringer2017-01-312-0/+54
| | * | | | | | tools lib bpf: Add bpf_map__pin()Joe Stringer2017-01-312-0/+23
| | * | | | | | tools lib bpf: Add BPF program pinning APIsJoe Stringer2017-01-312-0/+123
| | * | | | | | perf callchain: Reference count mapsKrister Johansen2017-01-313-2/+22
| | * | | | | | tools headers: Sync {tools/,}arch/powerpc/include/uapi/asm/kvm.h, {tools/,}ar...Ingo Molnar2017-01-303-0/+25
| | * | | | | | perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-2712-23/+62
| | * | | | | | perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo2017-01-271-6/+8
| | * | | | | | tools build: Add tools tree support for 'make -s'Josh Poimboeuf2017-01-262-1/+21
| | * | | | | | perf ftrace: Remove needless code setting default tracerTaeung Song2017-01-261-4/+1
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-01-301-26/+27
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...Ingo Molnar2017-01-2622-96/+600
| |\ \ \ \ \ \
| | * | | | | | perf ftrace: Make 'function_graph' be the default tracerArnaldo Carvalho de Melo2017-01-261-1/+2
| | * | | | | | perf ftrace: Introduce new 'ftrace' toolNamhyung Kim2017-01-266-0/+282
| | * | | | | | perf util: Add more debug message on failure pathNamhyung Kim2017-01-262-18/+39
| | * | | | | | perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim2017-01-264-3/+84
| | * | | | | | perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo2017-01-261-2/+4
| | * | | | | | tools lib bpf: Add libbpf_get_error()Joe Stringer2017-01-263-2/+12
| | * | | | | | tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2017-01-262-0/+15
| | * | | | | | tools lib bpf: Define prog_type fns with macroJoe Stringer2017-01-261-25/+16
| | * | | | | | tools lib bpf: Fix map offsets in relocationJoe Stringer2017-01-261-3/+12
| | * | | | | | perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring2017-01-261-3/+2
| | * | | | | | perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring2017-01-261-4/+2
| | * | | | | | perf probe: Fix wrong register name for arm64He Kuang2017-01-261-6/+6
| | * | | | | | perf c2c report: Coalesce by default only by pid,iaddrJiri Olsa2017-01-202-2/+2
OpenPOWER on IntegriCloud