summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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-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 ...Jiri 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-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 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-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
2017-01-11perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama1-1/+1
2017-01-11perf trace: Allow specifying list of syscalls and events in -e/--expr/--eventArnaldo Carvalho de Melo2-32/+96
2017-01-11perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo7-1/+96
2017-01-11perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo2-0/+20
2017-01-11perf jvmti: Create libdir directory before installing libperf-jvmti.soLaura Abbott1-0/+1
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar6-43/+97
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu1-1/+47
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu1-19/+6
2017-01-03perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo1-0/+6
2017-01-03perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo1-2/+2
2017-01-03perf record: Fix --switch-output documentation and commentJiri Olsa2-1/+5
2017-01-03perf record: Make __record_options staticJiri Olsa1-1/+1
2017-01-02perf probe: Fix to get correct modname from elf headerMasami Hiramatsu1-16/+16
2016-12-28perf sched timehist: Show total scheduling timeNamhyung Kim1-3/+14
2016-12-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds23-169/+466
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim1-3/+4
2016-12-20perf diff: Do not overwrite valid build idKan Liang1-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso1-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa1-0/+2
2016-12-18Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-2/+2
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria3-9/+15