summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c
Commit message (Expand)AuthorAgeFilesLines
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-6/+6
* perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-131-1/+1
* perf sched timehist: Show total wait times for summaryNamhyung Kim2017-01-171-3/+41
* perf sched timehist: Add --state optionNamhyung Kim2017-01-171-4/+34
* perf sched timehist: Account thread wait time separatelyNamhyung Kim2017-01-171-6/+44
* perf sched timehist: Show total scheduling timeNamhyung Kim2016-12-271-3/+14
* 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 sched timehist: Show callchains for idle statNamhyung Kim2016-12-151-0/+86
* perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2016-12-151-5/+41
* perf sched timehist: Skip non-idle events when necessaryNamhyung Kim2016-12-151-7/+18
* perf sched timehist: Save callchain when entering idleNamhyung Kim2016-12-151-0/+30
* perf sched timehist: Introduce struct idle_time_dataNamhyung Kim2016-12-151-4/+33
* perf sched timehist: Split is_idle_sample()Namhyung Kim2016-12-151-19/+20
* perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim2016-12-071-5/+4
* perf sched timehist: Handle zero sample->tid properlyNamhyung Kim2016-12-071-1/+3
* perf sched: Cleanup option processingNamhyung Kim2016-12-071-5/+2
* perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern2016-12-071-1/+5
* perf sched timehist: Add option to specify time window of interestDavid Ahern2016-12-011-6/+45
* perf sched timehist: Handle cpu migration eventsDavid Ahern2016-11-251-2/+95
* perf sched timehist: Enlarge max stack depth by 2Namhyung Kim2016-11-251-1/+1
* perf sched timehist: Mark schedule function in callchainsNamhyung Kim2016-11-251-0/+21
* perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim2016-11-251-1/+2
* perf sched timehist: Add -V/--cpu-visual optionDavid Ahern2016-11-231-2/+42
* perf sched timehist: Add call graph optionsDavid Ahern2016-11-231-6/+82
* perf sched timehist: Add -w/--wakeups optionDavid Ahern2016-11-231-4/+54
* perf sched timehist: Add summary optionsDavid Ahern2016-11-231-6/+160
* perf sched timehist: Introduce timehist commandDavid Ahern2016-11-231-5/+589
* perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim2016-10-281-3/+7
* perf sched map: Always show task comm with -vNamhyung Kim2016-10-251-1/+1
* perf sched map: Apply cpu color when there's an activityNamhyung Kim2016-10-251-1/+1
* perf sched: Make common options cascadingNamhyung Kim2016-10-251-12/+12
* perf sched: Use linux/time64.hArnaldo Carvalho de Melo2016-08-231-18/+19
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-1/+1
* perf sched map: Display only given cpusJiri Olsa2016-04-131-0/+23
* perf sched map: Color given cpusJiri Olsa2016-04-131-3/+33
* perf sched map: Color given pidsJiri Olsa2016-04-131-4/+73
* perf sched: Use color_fprintf for outputJiri Olsa2016-04-131-8/+10
* perf sched: Add compact display optionJiri Olsa2016-04-131-6/+56
* perf subcmd: Create subcmd libraryJosh Poimboeuf2015-12-171-1/+1
* perf sched latency: Fix thread pid reuse issueJiri Olsa2015-11-051-2/+3
* perf tools: Introduce usage_with_options_msg()Namhyung Kim2015-10-271-2/+2
* perf sched: Add option to merge like comms to lat outputJosef Bacik2015-05-271-5/+72
* perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-081-26/+56
* perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song2015-04-081-4/+4
* perf sched replay: Support using -f to override perf.data file ownershipYunlong Song2015-04-081-0/+1
* perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...Yunlong Song2015-04-081-5/+26
* perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song2015-04-081-1/+3