aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-23perf sched timehist: Add summary optionsDavid Ahern1-6/+160
2016-11-23perf sched timehist: Introduce timehist commandDavid Ahern1-5/+589
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim1-3/+7
2016-10-25perf sched map: Always show task comm with -vNamhyung Kim1-1/+1
2016-10-25perf sched map: Apply cpu color when there's an activityNamhyung Kim1-1/+1
2016-10-25perf sched: Make common options cascadingNamhyung Kim1-12/+12
2016-08-23perf sched: Use linux/time64.hArnaldo Carvalho de Melo1-18/+19
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-1/+1
2016-04-13perf sched map: Display only given cpusJiri Olsa1-0/+23
2016-04-13perf sched map: Color given cpusJiri Olsa1-3/+33
2016-04-13perf sched map: Color given pidsJiri Olsa1-4/+73
2016-04-13perf sched: Use color_fprintf for outputJiri Olsa1-8/+10
2016-04-13perf sched: Add compact display optionJiri Olsa1-6/+56
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-11-05perf sched latency: Fix thread pid reuse issueJiri Olsa1-2/+3
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim1-2/+2
2015-05-27perf sched: Add option to merge like comms to lat outputJosef Bacik1-5/+72
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-26/+56
2015-04-08perf sched replay: Use replay_repeat to calculate the runavg of cpu usage instead of the default value 10Yunlong Song1-4/+4
2015-04-08perf sched replay: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-08perf sched replay: Fix the EMFILE error caused by the limitation of the maximum open filesYunlong Song1-5/+26
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails for any taskYunlong Song1-1/+3
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in threadsYunlong Song1-2/+3
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the different pid_max configurationsYunlong Song1-1/+6
2015-04-08perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_maxYunlong Song1-2/+9
2015-04-08perf sched replay: Increase the MAX_PID value to fix assertion failure problemYunlong Song1-1/+1
2015-04-08perf sched replay: Use struct task_desc instead of struct task_task for correct meaningYunlong Song1-1/+1
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-1/+1
2015-03-03perf sched: No need to keep the session aroundArnaldo Carvalho de Melo1-16/+8
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-1/+1
2015-02-22perf evlist: Adopt events_stats from perf_sessionArnaldo Carvalho de Melo1-3/+3
2014-10-09perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo1-3/+0
2014-08-15perf sched: Use strerror_r instead of strerrorMasami Hiramatsu1-1/+3
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-13perf sched: Move call to symbol__init() after creating sessionNamhyung Kim1-1/+2
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud1-1/+3
2014-07-16perf machine: Fix the value used for unknown pidsAdrian Hunter1-6/+6