summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
Commit message (Expand)AuthorAge
* perf sched map: Re-annotate shortname if thread comm changedChangbin Du2018-03-07
* perf sched: Move thread::shortname to thread_runtimeChangbin Du2018-03-07
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-30
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-30
* | perf sched timehist: Add pid and tid optionsDavid Ahern2017-09-13
|/
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-27
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-19
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-19
* perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo2017-04-19
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-27
* perf sched timehist: Add --next optionBrendan Gregg2017-03-14
* perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini2017-03-14
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-20
* perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo2017-02-13
* perf sched timehist: Show total wait times for summaryNamhyung Kim2017-01-17
* perf sched timehist: Add --state optionNamhyung Kim2017-01-17
* perf sched timehist: Account thread wait time separatelyNamhyung Kim2017-01-17
* perf sched timehist: Show total scheduling timeNamhyung Kim2016-12-27
* perf sched timehist: Fix invalid period calculationNamhyung Kim2016-12-22
* perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim2016-12-22
* perf sched timehist: Enlarge default 'comm_width'Namhyung Kim2016-12-22
* perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim2016-12-22
* perf sched timehist: Show callchains for idle statNamhyung Kim2016-12-15
* perf sched timehist: Add -I/--idle-hist optionNamhyung Kim2016-12-15
* perf sched timehist: Skip non-idle events when necessaryNamhyung Kim2016-12-15
* perf sched timehist: Save callchain when entering idleNamhyung Kim2016-12-15
* perf sched timehist: Introduce struct idle_time_dataNamhyung Kim2016-12-15
* perf sched timehist: Split is_idle_sample()Namhyung Kim2016-12-15
* perf sched timehist: Cleanup idle_max_cpu handlingNamhyung Kim2016-12-07
* perf sched timehist: Handle zero sample->tid properlyNamhyung Kim2016-12-07
* perf sched: Cleanup option processingNamhyung Kim2016-12-07
* perf sched timehist: Improve error message when analyzing wrong fileDavid Ahern2016-12-07
* perf sched timehist: Add option to specify time window of interestDavid Ahern2016-12-01
* perf sched timehist: Handle cpu migration eventsDavid Ahern2016-11-25
* perf sched timehist: Enlarge max stack depth by 2Namhyung Kim2016-11-25
* perf sched timehist: Mark schedule function in callchainsNamhyung Kim2016-11-25
* perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim2016-11-25
* perf sched timehist: Add -V/--cpu-visual optionDavid Ahern2016-11-23
* perf sched timehist: Add call graph optionsDavid Ahern2016-11-23
* perf sched timehist: Add -w/--wakeups optionDavid Ahern2016-11-23
* perf sched timehist: Add summary optionsDavid Ahern2016-11-23
* perf sched timehist: Introduce timehist commandDavid Ahern2016-11-23
* perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim2016-10-28
* perf sched map: Always show task comm with -vNamhyung Kim2016-10-25
* perf sched map: Apply cpu color when there's an activityNamhyung Kim2016-10-25
* perf sched: Make common options cascadingNamhyung Kim2016-10-25
* perf sched: Use linux/time64.hArnaldo Carvalho de Melo2016-08-23