summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-251-0/+1
* perf data: Add global path holderJiri Olsa2019-02-221-10/+6Star
* perf sched: Use cached rbtreesDavidlohr Bueso2019-01-251-20/+25
* perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-211-1/+1
* perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo2018-06-051-5/+6
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-051-2/+1Star
* 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-281-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/+0Star
* 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/+4Star
* perf sched timehist: Handle zero sample->tid properlyNamhyung Kim2016-12-071-1/+3
* perf sched: Cleanup option processingNamhyung Kim2016-12-071-5/+2Star
* 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