aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13perf sched: Show start of latency as wellJoel Fernandes (Google)1-10/+14
2020-08-21perf sched timehist: Fix use of CPU list with summary optionDavid Ahern1-1/+5
2020-08-13perf sched: Prefer sched_waking event when it existsDavid Ahern1-3/+29
2020-05-05perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-9/+8
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()Arnaldo Carvalho de Melo1-29/+28
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-2/+2
2020-01-06perf sched timehist: Add support for filtering on CPUDavid Ahern1-0/+13
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo1-1/+1
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo1-0/+1
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-5/+6
2019-09-20perf sched: Add missing event.h include directiveArnaldo Carvalho de Melo1-0/+1
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-0/+2
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-08-26libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa1-1/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+2
2019-07-29libperf: Include perf_evlist in evlist objectJiri Olsa1-1/+1
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-37/+37
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa1-2/+2
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-4/+4
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo1-0/+1
2019-02-22perf data: Add global path holderJiri Olsa1-10/+6
2019-01-25perf sched: Use cached rbtreesDavidlohr Bueso1-20/+25
2019-01-21perf tools: Replace automatic const char[] variables by staticsRasmus Villemoes1-1/+1
2018-06-05perf sched: Use sched->show_callchain where appropriateArnaldo Carvalho de Melo1-5/+6
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-2/+1
2018-03-07perf sched map: Re-annotate shortname if thread comm changedChangbin Du1-2/+36
2018-03-07perf sched: Move thread::shortname to thread_runtimeChangbin Du1-40/+55
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-6/+10
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-4/+4
2017-09-13perf sched timehist: Add pid and tid optionsDavid Ahern1-0/+4
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-1/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-3/+3
2017-03-14perf sched timehist: Add --next optionBrendan Gregg1-5/+20
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-6/+6
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo1-1/+1
2017-01-17perf sched timehist: Show total wait times for summaryNamhyung Kim1-3/+41
2017-01-17perf sched timehist: Add --state optionNamhyung Kim1-4/+34