summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c
Commit message (Expand)AuthorAge
* perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo2019-09-25
* perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo2019-09-25
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-20
* perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo2019-09-20
* perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo2019-09-20
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-31
* perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo2019-08-29
* libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa2019-08-26
* libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa2019-07-29
* libperf: Include perf_evlist in evlist objectJiri Olsa2019-07-29
* libperf: Include perf_evsel in evsel objectJiri Olsa2019-07-29
* perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa2019-07-29
* perf evsel: Rename struct perf_evsel to struct evselJiri Olsa2019-07-29
* perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa2019-07-29
* perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa2019-07-29
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-25
* perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-25
* perf data: Add global path holderJiri Olsa2019-02-22
* perf sched: Use cached rbtreesDavidlohr Bueso2019-01-25
* perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes2019-01-21
* perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo2018-06-05
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-05
* 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