aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-sched.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-04libsubcmd: Don't free the usage stringAditya Gupta1-0/+3
2024-09-03perf sched timehist: Add --prio optionYang Jihong1-1/+73
2024-09-03perf sched timehist: Add --show-prio optionYang Jihong1-7/+84
2024-09-03perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong1-2/+0
2024-09-03perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong1-3/+3
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-08-16perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-08-12perf sched: Use perf_tool__init()Ian Rogers1-9/+7
2024-08-12perf tool: Constify tool pointersIan Rogers1-17/+17
2024-07-12perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy1-7/+13
2024-07-12perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy1-5/+27
2024-07-12perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy1-36/+111
2024-06-28perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy1-1/+4
2024-06-25perf: Timehist account sch delay for scheduled out runningFernand Sieber1-1/+4
2024-06-15perf: sched map skips redundant lines with cpu filtersFernand Sieber1-6/+6
2024-05-10perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy1-1/+1
2024-04-03perf evsel: Use evsel__name_is() helperYang Jihong1-2/+2
2024-04-03perf sched timehist: Fix -g/--call-graph option failureYang Jihong1-2/+5
2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26
2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong1-7/+12
2024-01-22perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao1-36/+10
2024-01-22perf sched: Sync state char array with the kernelZe Gao1-12/+1
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers1-1/+1
2023-06-12perf 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-12perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...Chunxin Zang1-1/+14
2023-04-10perf 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