aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2019-02-22perf data: Add global path holderJiri Olsa
2019-01-25perf sched: Use cached rbtreesDavidlohr Bueso
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes
2018-06-05perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-03-07perf sched map: Re-annotate shortname if thread comm changedChangbin Du
2018-03-07perf sched: Move thread::shortname to thread_runtimeChangbin Du
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-09-13perf sched timehist: Add pid and tid optionsDavid Ahern
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
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 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