aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08perf pmu: Support per pmu json aliasesAndi Kleen1-4/+9
2017-02-08perf jevents: Add support for parsing uncore json filesAndi Kleen4-13/+98
2017-02-08perf jevents: Parse eventcode as numberAndi Kleen1-1/+9
2017-02-08perf bpf: Add missing newline in debug messagesHe Kuang1-2/+2
2017-02-08perf tools arm64: Add support for generating bpf prologueHe Kuang2-1/+15
2017-02-06Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo3-1/+18
2017-02-02perf callchain: Reference count mapsKrister Johansen3-2/+22
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim3-1/+14
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim1-0/+4
2017-01-31perf ftrace: Add ftrace.tracer config optionTaeung Song1-0/+25
2017-01-31perf tools: Create for_each_event macro for tracepoints iterationTaeung Song1-20/+18
2017-01-31perf test: Add libbpf pinning testJoe Stringer1-1/+41
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer2-2/+2
2017-01-31perf callchain: Reference count mapsKrister Johansen3-2/+22
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-41/+72
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-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 Molnar20-67/+546
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 Stringer1-1/+1
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-25lib, traceevent: add PRINT_HEX_STR variantDaniel Borkmann2-0/+2
2017-01-25Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar4-42/+72
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-18perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic2-16/+86
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-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 Torvalds6-43/+97
2017-01-11perf record: Add switch-output time option argumentJiri Olsa2-2/+44