aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo12-23/+62
2017-01-27perf config: Do not consider an error not to have any perfconfig fileArnaldo Carvalho de Melo1-6/+8
2017-01-26tools build: Add tools tree support for 'make -s'Josh Poimboeuf2-1/+21
2017-01-26perf ftrace: Remove needless code setting default tracerTaeung Song1-4/+1
2017-01-26Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar22-96/+600
2017-01-26perf ftrace: Make 'function_graph' be the default tracerArnaldo Carvalho de Melo1-1/+2
2017-01-26perf ftrace: Introduce new 'ftrace' toolNamhyung Kim6-0/+282
2017-01-26perf util: Add more debug message on failure pathNamhyung Kim2-18/+39
2017-01-26perf util: Save pid-cmdline mapping into tracing headerNamhyung Kim4-3/+84
2017-01-26perf scripting perl: Do not die() when not founding event for a typeArnaldo Carvalho de Melo1-2/+4
2017-01-26tools lib bpf: Add libbpf_get_error()Joe Stringer3-2/+12
2017-01-26tools lib bpf: Add set/is helpers for all prog typesJoe Stringer2-0/+15
2017-01-26tools lib bpf: Define prog_type fns with macroJoe Stringer1-25/+16
2017-01-26tools lib bpf: Fix map offsets in relocationJoe Stringer1-3/+12
2017-01-26perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring1-3/+2
2017-01-26perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring1-4/+2
2017-01-26perf probe: Fix wrong register name for arm64He Kuang1-6/+6
2017-01-25Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar11-49/+92
2017-01-22Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+15
2017-01-21Merge tag 'powerpc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-01-20perf c2c report: Coalesce by default only by pid,iaddrJiri Olsa2-2/+2
2017-01-20perf c2c report: Display Total records column in offset viewJiri Olsa1-0/+1
2017-01-20perf hists browser: Add e/c hotkeys to expand/collapse callchain for current entryJiri Olsa1-0/+17
2017-01-20perf hists browser: Put hist_entry folding logic into single functionJiri Olsa1-18/+25
2017-01-19tools/virtio/ringtest: tweaks for s390Halil Pasic1-0/+12
2017-01-19tools/virtio/ringtest: fix run-on-all.sh for offline cpusHalil Pasic1-2/+3
2017-01-18perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic2-16/+86
2017-01-18selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan1-1/+1
2017-01-17Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar3-41/+72
2017-01-17perf evlist: Fix typo in deliver_sample()Soramichi AKIYAMA1-1/+1
2017-01-17perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA5-5/+5
2017-01-17perf sched timehist: Show total wait times for summaryNamhyung Kim1-3/+41
2017-01-17perf sched timehist: Add --state optionNamhyung Kim2-4/+36
2017-01-17perf sched timehist: Account thread wait time separatelyNamhyung Kim1-6/+44
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu3-18/+37
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu1-17/+33
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu1-7/+3
2017-01-16perf script: Also allow forcing reading of non-root owned files by rootYannick Brosseau1-1/+2
2017-01-16perf script: Fix man page about --dump-raw-trace optionMichael Petlan1-2/+2
2017-01-16tools lib subcmd: Fix missing member nameSoramichi AKIYAMA1-9/+9
2017-01-16perf tools: Remove unneccessary feature-dwarf warningDavid Carrillo-Cisneros1-2/+4
2017-01-16perf pmu: Factor out scale conversion codeAndi Kleen1-28/+34
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-45/+107
2017-01-11tools: Sync x86's vmx.h with the kernelArnaldo Carvalho de Melo1-0/+5
2017-01-11perf record: Add switch-output time option argumentJiri Olsa2-2/+44
2017-01-11perf record: Add switch-output size warningJiri Olsa3-1/+24
2017-01-11perf record: Add switch-output size option argumentJiri Olsa2-16/+63
2017-01-11perf record: Change switch-output option to take optional argumentJiri Olsa1-2/+26
2017-01-11perf record: Add struct switch_outputJiri Olsa1-6/+10
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa7-2/+63