summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)Author
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta
2024-09-03perf sched timehist: Add --prio optionYang Jihong
2024-09-03perf sched timehist: Add --show-prio optionYang Jihong
2024-09-03perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong
2024-09-03perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong
2024-08-12perf sched: Use perf_tool__init()Ian Rogers
2024-08-12perf tool: Constify tool pointersIan Rogers
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy
2024-06-25perf: Timehist account sch delay for scheduled out runningFernand Sieber
2024-06-15perf: sched map skips redundant lines with cpu filtersFernand Sieber
2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong
2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-01-22perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao
2024-01-22perf sched: Sync state char array with the kernelZe Gao
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