aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf sched timehist: Add --next optionBrendan Gregg
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo
2017-01-17perf sched timehist: Show total wait times for summaryNamhyung Kim
2017-01-17perf sched timehist: Add --state optionNamhyung Kim
2017-01-17perf sched timehist: Account thread wait time separatelyNamhyung Kim
2016-12-27perf sched timehist: Show total scheduling timeNamhyung Kim
2016-12-22perf sched timehist: Fix invalid period calculationperf-urgent-for-mingo-20161222Namhyung 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 optionperf-core-for-mingo-20161123David 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