summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-09-20perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo
2019-08-26libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Include perf_evlist in evlist objectJiri Olsa
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo
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