summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-1/+1
2023-06-13perf sched: Avoid large stack allocationsIan Rogers1-4/+22
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers1-3/+11
2023-06-12perf thread: Add reference count checkingIan Rogers1-2/+2
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers1-0/+2
2023-06-12perf thread: Add accessor functions for threadIan Rogers1-22/+29
2023-06-12perf thread: Remove notion of dead threadsIan Rogers1-22/+1
2023-04-13perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...Chunxin Zang1-1/+14
2023-04-11perf util: Move input_name to utilIan Rogers1-1/+1
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson1-1/+1
2022-10-04perf sched: Factor out destroy_tasks()Namhyung Kim1-2/+22
2022-10-04perf sched: Fixes for thread safety analysisIan Rogers1-17/+29
2022-10-04perf sched: Update use of pthread mutexIan Rogers1-35/+32
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers1-5/+19
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong1-1/+1
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li1-2/+2
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers1-29/+36
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers1-3/+3
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark1-0/+4
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim1-2/+2
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-14perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo1-1/+1
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo1-4/+2
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 mete...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-09-01perf 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-27libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa1-1/+1
2019-07-30libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-2/+2
2019-07-30libperf: Include perf_evlist in evlist objectJiri Olsa1-1/+1
2019-07-30libperf: Include perf_evsel in evsel objectJiri Olsa1-1/+1
2019-07-30perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-2/+2
2019-07-30perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-37/+37
2019-07-30perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa1-2/+2
2019-07-30perf 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-26tools 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