summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorLines
2017-02-02perf callchain: Reference count mapsKrister Johansen-2/+22
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim-1/+14
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim-0/+4
2017-01-17Merge tag 'perf-urgent-for-mingo-4.10-20170117' of git://git.kernel.org/pub/s...Ingo Molnar-41/+72
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu-18/+37
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu-17/+33
2017-01-16perf probe: Fix to show correct locations for events on modulesMasami Hiramatsu-7/+3
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-43/+97
2017-01-10mm: get rid of __GFP_OTHER_NODEMichal Hocko-1/+0
2017-01-05Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...Ingo Molnar-43/+97
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu-1/+47
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu-19/+6
2017-01-03perf symbols: Robustify reading of build-id from sysfsArnaldo Carvalho de Melo-0/+6
2017-01-03perf tools: Install tools/lib/traceevent plugins with install-binArnaldo Carvalho de Melo-2/+2
2017-01-03perf record: Fix --switch-output documentation and commentJiri Olsa-1/+5
2017-01-03perf record: Make __record_options staticJiri Olsa-1/+1
2017-01-02perf probe: Fix to get correct modname from elf headerMasami Hiramatsu-16/+16
2016-12-27perf sched timehist: Show total scheduling timeNamhyung Kim-3/+14
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-169/+466
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim-3/+4
2016-12-20perf diff: Do not overwrite valid build idKan Liang-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa-0/+2
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds-2/+2
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria-9/+15
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria-1/+5
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa-0/+3
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa-0/+46
2016-12-15perf thread_map: Add thread_map__remove functionJiri Olsa-0/+72
2016-12-15perf evsel: Use variable instead of repeating lengthy FD macroJiri Olsa-8/+9
2016-12-15perf mem: Fix --all-user/--all-kernel optionsJiri Olsa-2/+2
2016-12-15perf tools: Remove some needless __maybe_unusedArnaldo Carvalho de Melo-11/+10
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim-5/+45
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim-19/+20
2016-12-15perf tools: Move headers check into bash scriptJiri Olsa-93/+60
2016-12-11make use of make variable CURDIR instead of calling pwdUwe Kleine-König-2/+2
2016-12-07perf tools: Explicitly document that --children is enabled by defaultYannick Brosseau-1/+3
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim-5/+4
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim-1/+3
2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim-0/+30
2016-12-07perf sched: Cleanup option processingNamhyung Kim-5/+2
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern-1/+5