summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2016-12-27perf sched timehist: Show total scheduling timeNamhyung Kim
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim
2016-12-15perf sched timehist: Show callchains for idle statNamhyung Kim
2016-12-15perf sched timehist: Add -I/--idle-hist optionNamhyung Kim
2016-12-15perf sched timehist: Skip non-idle events when necessaryNamhyung Kim
2016-12-15perf sched timehist: Save callchain when entering idleNamhyung Kim
2016-12-15perf sched timehist: Introduce struct idle_time_dataNamhyung Kim
2016-12-15perf sched timehist: Split is_idle_sample()Namhyung Kim
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim
2016-12-07perf sched timehist: Handle zero sample->tid properlyNamhyung Kim
2016-12-07perf sched: Cleanup option processingNamhyung Kim
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern
2016-12-01perf sched timehist: Add option to specify time window of interestDavid Ahern
2016-11-25perf sched timehist: Handle cpu migration eventsDavid Ahern
2016-11-25perf sched timehist: Enlarge max stack depth by 2Namhyung Kim
2016-11-25perf sched timehist: Mark schedule function in callchainsNamhyung Kim
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim
2016-11-23perf sched timehist: Add -V/--cpu-visual optionDavid Ahern
2016-11-23perf sched timehist: Add call graph optionsDavid Ahern
2016-11-23perf sched timehist: Add -w/--wakeups optionDavid Ahern
2016-11-23perf sched timehist: Add summary optionsDavid Ahern
2016-11-23perf sched timehist: Introduce timehist commandDavid Ahern
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim
2016-10-25perf sched map: Always show task comm with -vNamhyung Kim
2016-10-25perf sched map: Apply cpu color when there's an activityNamhyung Kim
2016-10-25perf sched: Make common options cascadingNamhyung Kim
2016-08-23perf sched: Use linux/time64.hArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-04-13perf sched map: Display only given cpusJiri Olsa
2016-04-13perf sched map: Color given cpusJiri Olsa
2016-04-13perf sched map: Color given pidsJiri Olsa
2016-04-13perf sched: Use color_fprintf for outputJiri Olsa
2016-04-13perf sched: Add compact display optionJiri Olsa
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-11-05perf sched latency: Fix thread pid reuse issueJiri Olsa
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim
2015-05-27perf sched: Add option to merge like comms to lat outputJosef Bacik
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-08perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song
2015-04-08perf sched replay: Support using -f to override perf.data file ownershipYunlong Song
2015-04-08perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...Yunlong Song
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...Yunlong Song
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...Yunlong Song
2015-04-08perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...Yunlong Song
2015-04-08perf sched replay: Increase the MAX_PID value to fix assertion failure problemYunlong Song
2015-04-08perf sched replay: Use struct task_desc instead of struct task_task for corre...Yunlong Song