summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-06-12perf sched: Avoid large stack allocationsIan Rogers
2023-06-12perf callchain: Use pthread keys for tls callchain_cursorIan Rogers
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf addr_location: Add init/exit/copy functionsIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-06-12perf thread: Remove notion of dead threadsIan Rogers
2023-04-12perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...Chunxin Zang
2023-04-10perf util: Move input_name to utilIan Rogers
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson
2022-10-04perf sched: Factor out destroy_tasks()Namhyung Kim
2022-10-04perf sched: Fixes for thread safety analysisIan Rogers
2022-10-04perf sched: Update use of pthread mutexIan Rogers
2022-08-27perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=addressIan Rogers
2022-08-10perf sched latency: Fix subcommand matching errorYang Jihong
2022-03-26perf tools: Enhance the matching of sub-commands abbreviationsWei Li
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf cpumap: Move 'has' function to libperfIan Rogers
2021-11-07perf tools: Check vmlinux/kallsyms arguments in all toolsJames Clark
2021-08-02perf tools: Remove repipe argument from perf_session__new()Namhyung Kim
2021-07-18perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong
2021-07-14perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...Arnaldo Carvalho de Melo
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2020-11-30perf evlist: Use the right prefix for 'struct evlist' 'find' methodsArnaldo Carvalho de Melo
2020-10-13perf sched: Show start of latency as wellJoel Fernandes (Google)
2020-08-21perf sched timehist: Fix use of CPU list with summary optionDavid Ahern
2020-08-13perf sched: Prefer sched_waking event when it existsDavid Ahern
2020-05-05perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo
2020-01-06perf sched timehist: Add support for filtering on CPUDavid Ahern
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo
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