aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2019-02-22perf data: Add global path holderJiri Olsa1-10/+6
2019-01-25perf sched: Use cached rbtreesDavidlohr Bueso1-20/+25
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes1-1/+1
2018-06-05perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo1-5/+6
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-2/+1
2018-03-07perf sched map: Re-annotate shortname if thread comm changedChangbin Du1-2/+36
2018-03-07perf sched: Move thread::shortname to thread_runtimeChangbin Du1-40/+55
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-6/+10
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-4/+4
2017-09-13perf sched timehist: Add pid and tid optionsDavid Ahern1-0/+4
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-3/+3
2017-03-14perf sched timehist: Add --next optionBrendan Gregg1-5/+20
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-6/+6
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo1-1/+1
2017-01-17perf sched timehist: Show total wait times for summaryNamhyung Kim1-3/+41
2017-01-17perf sched timehist: Add --state optionNamhyung Kim1-4/+34
2017-01-17perf sched timehist: Account thread wait time separatelyNamhyung Kim1-6/+44
2016-12-27perf sched timehist: Show total scheduling timeNamhyung Kim1-3/+14
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-15perf sched timehist: Show callchains for idle statNamhyung Kim1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim1-5/+41
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim1-19/+20
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim1-5/+4
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim1-1/+3
2016-12-07perf sched: Cleanup option processingNamhyung Kim1-5/+2
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern1-1/+5
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern1-6/+45
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern1-2/+95
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim1-0/+21
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim1-1/+2
2016-11-23perf sched timehist: Add -V/--cpu-visual optionDavid Ahern1-2/+42
2016-11-23perf sched timehist: Add call graph optionsDavid Ahern1-6/+82
2016-11-23perf sched timehist: Add -w/--wakeups optionDavid Ahern1-4/+54