aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27perf tools: Replace error() with pr_err()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hGravatar Arnaldo Carvalho de Melo 1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsGravatar Arnaldo Carvalho de Melo 1-3/+3
2017-03-14perf sched timehist: Add --next optionGravatar Brendan Gregg 1-5/+20
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoGravatar Hari Bathini 1-0/+1
2017-02-20perf utils: Check verbose flag properlyGravatar Namhyung Kim 1-6/+6
2017-02-13perf symbols: No need to check if sym->name is NULLGravatar Arnaldo Carvalho de Melo 1-1/+1
2017-01-17perf sched timehist: Show total wait times for summaryGravatar Namhyung Kim 1-3/+41
2017-01-17perf sched timehist: Add --state optionGravatar Namhyung Kim 1-4/+34
2017-01-17perf sched timehist: Account thread wait time separatelyGravatar Namhyung Kim 1-6/+44
2016-12-27perf sched timehist: Show total scheduling timeGravatar Namhyung Kim 1-3/+14
2016-12-22perf sched timehist: Fix invalid period calculationGravatar Namhyung Kim 1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryGravatar Namhyung Kim 1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Gravatar Namhyung Kim 1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersGravatar Namhyung Kim 1-3/+4
2016-12-15perf sched timehist: Show callchains for idle statGravatar Namhyung Kim 1-0/+86
2016-12-15perf sched timehist: Add -I/--idle-hist optionGravatar Namhyung Kim 1-5/+41
2016-12-15perf sched timehist: Skip non-idle events when necessaryGravatar Namhyung Kim 1-7/+18
2016-12-15perf sched timehist: Save callchain when entering idleGravatar Namhyung Kim 1-0/+30
2016-12-15perf sched timehist: Introduce struct idle_time_dataGravatar Namhyung Kim 1-4/+33
2016-12-15perf sched timehist: Split is_idle_sample()Gravatar Namhyung Kim 1-19/+20
2016-12-07perf sched timehist: Cleanup idle_max_cpu handlingGravatar Namhyung Kim 1-5/+4
2016-12-07perf sched timehist: Handle zero sample->tid properlyGravatar Namhyung Kim 1-1/+3
2016-12-07perf sched: Cleanup option processingGravatar Namhyung Kim 1-5/+2
2016-12-07perf sched timehist: Improve error message when analyzing wrong fileGravatar David Ahern 1-1/+5
2016-12-01perf sched timehist: Add option to specify time window of interestGravatar David Ahern 1-6/+45
2016-11-25perf sched timehist: Handle cpu migration eventsGravatar David Ahern 1-2/+95
2016-11-25perf sched timehist: Enlarge max stack depth by 2Gravatar Namhyung Kim 1-1/+1
2016-11-25perf sched timehist: Mark schedule function in callchainsGravatar Namhyung Kim 1-0/+21
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsGravatar Namhyung Kim 1-1/+2
2016-11-23perf sched timehist: Add -V/--cpu-visual optionGravatar David Ahern 1-2/+42
2016-11-23perf sched timehist: Add call graph optionsGravatar David Ahern 1-6/+82
2016-11-23perf sched timehist: Add -w/--wakeups optionGravatar David Ahern 1-4/+54
2016-11-23perf sched timehist: Add summary optionsGravatar David Ahern 1-6/+160
2016-11-23perf sched timehist: Introduce timehist commandGravatar David Ahern 1-5/+589
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Gravatar Namhyung Kim 1-3/+7
2016-10-25perf sched map: Always show task comm with -vGravatar Namhyung Kim 1-1/+1
2016-10-25perf sched map: Apply cpu color when there's an activityGravatar Namhyung Kim 1-1/+1
2016-10-25perf sched: Make common options cascadingGravatar Namhyung Kim 1-12/+12
2016-08-23perf sched: Use linux/time64.hGravatar Arnaldo Carvalho de Melo 1-18/+19
2016-07-12tools: Introduce str_error_r()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2016-04-13perf sched map: Display only given cpusGravatar Jiri Olsa 1-0/+23
2016-04-13perf sched map: Color given cpusGravatar Jiri Olsa 1-3/+33
2016-04-13perf sched map: Color given pidsGravatar Jiri Olsa 1-4/+73
2016-04-13perf sched: Use color_fprintf for outputGravatar Jiri Olsa 1-8/+10
2016-04-13perf sched: Add compact display optionGravatar Jiri Olsa 1-6/+56
2015-12-17perf subcmd: Create subcmd libraryGravatar Josh Poimboeuf 1-1/+1