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