summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | | perf c2c report: Display Total records column in offset viewJiri Olsa2017-01-201-0/+1
| * | | | perf hists browser: Add e/c hotkeys to expand/collapse callchain for current ...Jiri Olsa2017-01-201-0/+17
| * | | | perf hists browser: Put hist_entry folding logic into single functionJiri Olsa2017-01-201-18/+25
| * | | | perf unwind: Fix looking up dwarf unwind stack infoMatija Glavinic Pecotic2017-01-182-16/+86
* | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-01-254-42/+72
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-173-41/+72
| |\ \ \ | | |/ / | |/| |
| | * | perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu2017-01-163-18/+37
| | * | perf probe: Add error checks to offline probe post-processingMasami Hiramatsu2017-01-161-17/+33
| | * | perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu2017-01-161-7/+3
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-156-43/+97
| |\ \ \ | | |/ /
| * | | mm: get rid of __GFP_OTHER_NODEMichal Hocko2017-01-101-1/+0
| | |/ | |/|
* | | perf evlist: Fix typo in deliver_sample()Soramichi AKIYAMA2017-01-171-1/+1
* | | perf tools: Move two variables usied in libperf from perf.cSoramichi AKIYAMA2017-01-175-5/+5
* | | perf sched timehist: Show total wait times for summaryNamhyung Kim2017-01-171-3/+41
* | | perf sched timehist: Add --state optionNamhyung Kim2017-01-172-4/+36
* | | perf sched timehist: Account thread wait time separatelyNamhyung Kim2017-01-171-6/+44
* | | perf script: Also allow forcing reading of non-root owned files by rootYannick Brosseau2017-01-161-1/+2
* | | perf script: Fix man page about --dump-raw-trace optionMichael Petlan2017-01-161-2/+2
* | | perf tools: Remove unneccessary feature-dwarf warningDavid Carrillo-Cisneros2017-01-161-2/+4
* | | perf pmu: Factor out scale conversion codeAndi Kleen2017-01-161-28/+34
* | | perf record: Add switch-output time option argumentJiri Olsa2017-01-112-2/+44
* | | perf record: Add switch-output size warningJiri Olsa2017-01-113-1/+24
* | | perf record: Add switch-output size option argumentJiri Olsa2017-01-112-16/+63
* | | perf record: Change switch-output option to take optional argumentJiri Olsa2017-01-111-2/+26
* | | perf record: Add struct switch_outputJiri Olsa2017-01-111-6/+10
* | | perf tools: Add unit_number__scnprintf functionJiri Olsa2017-01-117-2/+63
* | | perf evlist: Fix typo in perf_evlist__start_workload()Soramichi Akiyama2017-01-111-1/+1
* | | perf trace: Allow specifying list of syscalls and events in -e/--expr/--eventArnaldo Carvalho de Melo2017-01-112-32/+96
* | | perf kallsyms: Introduce tool to look for extended symbol information on the ...Arnaldo Carvalho de Melo2017-01-117-1/+96
* | | perf machine: Add a kallsyms loading constructorArnaldo Carvalho de Melo2017-01-112-0/+20
* | | perf jvmti: Create libdir directory before installing libperf-jvmti.soLaura Abbott2017-01-111-0/+1
| |/ |/|
* | Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar2017-01-056-43/+97
|\ \ | |/ |/|
| * perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu2017-01-041-1/+47
| * perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu2017-01-041-19/+6
| * perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo2017-01-031-0/+6
| * perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo2017-01-031-2/+2
| * perf record: Fix --switch-output documentation and commentJiri Olsa2017-01-032-1/+5
| * perf record: Make __record_options staticJiri Olsa2017-01-031-1/+1
| * perf probe: Fix to get correct modname from elf headerMasami Hiramatsu2017-01-021-16/+16
| * perf sched timehist: Show total scheduling timeNamhyung Kim2016-12-271-3/+14
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-2323-169/+466
|\ \ | |/
| * perf sched timehist: Fix invalid period calculationNamhyung Kim2016-12-221-1/+1
| * perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim2016-12-221-3/+0
| * perf sched timehist: Enlarge default 'comm_width'Namhyung Kim2016-12-221-1/+1
| * perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim2016-12-221-3/+4
| * perf diff: Do not overwrite valid build idKan Liang2016-12-201-1/+2
OpenPOWER on IntegriCloud