aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c
Commit message (Expand)AuthorAgeFilesLines
* perf session: Add accessor for session->header.envIan Rogers2025-07-251-3/+5
* perf sched timehist: decode process names of processes in zombie stateAnubhav Shelat2025-07-181-0/+5
* perf sched: Fix memory leaks in 'perf sched latency'Namhyung Kim2025-07-031-3/+24
* perf sched: Use RC_CHK_EQUAL() to compare pointersNamhyung Kim2025-07-031-1/+1
* perf sched: Fix memory leaks for evsel->priv in timehistNamhyung Kim2025-07-031-0/+12
* perf sched: Fix thread leaks in 'perf sched timehist'Namhyung Kim2025-07-031-11/+37
* perf sched: Fix memory leaks in 'perf sched map'Namhyung Kim2025-07-031-11/+20
* perf sched: Free thread->priv using priv_destructorNamhyung Kim2025-07-031-0/+2
* perf sched: Make sure it frees the usage stringNamhyung Kim2025-07-031-12/+13
* perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers2024-12-091-0/+1
* perf color: Add printf format checking and resolve issuesIan Rogers2024-10-171-1/+1
* perf sched timehist: Add pre-migration wait time optionMadadi Vineeth Reddy2024-10-141-39/+59
* perf sched replay: Remove unused parts of the codeMadadi Vineeth Reddy2024-09-261-13/+3
* libsubcmd: Don't free the usage stringAditya Gupta2024-09-041-0/+3
* perf sched timehist: Add --prio optionYang Jihong2024-09-031-1/+73
* perf sched timehist: Add --show-prio optionYang Jihong2024-09-031-7/+84
* perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()Yang Jihong2024-09-031-2/+0
* perf sched timehist: Skip print non-idle task samples when only show idle eventsYang Jihong2024-09-031-3/+3
* perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong2024-08-301-1/+4
* perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong2024-08-161-1/+2
* perf sched: Use perf_tool__init()Ian Rogers2024-08-121-9/+7
* perf tool: Constify tool pointersIan Rogers2024-08-121-17/+17
* perf sched map: Add --fuzzy-name option for fuzzy matching in task namesMadadi Vineeth Reddy2024-07-121-7/+13
* perf sched map: Add support for multiple task names using CSVMadadi Vineeth Reddy2024-07-121-5/+27
* perf sched map: Add task-name option to filter the output mapMadadi Vineeth Reddy2024-07-121-36/+111
* perf sched replay: Fix -r/--repeat command line option for infinityMadadi Vineeth Reddy2024-06-281-1/+4
* perf: Timehist account sch delay for scheduled out runningFernand Sieber2024-06-251-1/+4
* perf: sched map skips redundant lines with cpu filtersFernand Sieber2024-06-161-6/+6
* perf sched: Rename 'switches' column header to 'count' and add usage descript...Madadi Vineeth Reddy2024-05-101-1/+1
* perf evsel: Use evsel__name_is() helperYang Jihong2024-04-031-2/+2
* perf sched timehist: Fix -g/--call-graph option failureYang Jihong2024-04-031-2/+5
* perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong2024-02-091-33/+61
* perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong2024-02-091-7/+8
* perf sched: Fix memory leak in perf_sched__map()Yang Jihong2024-02-091-15/+26
* perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong2024-02-091-7/+12
* perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao2024-01-231-36/+10
* perf sched: Sync state char array with the kernelZe Gao2024-01-231-12/+1
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-1/+1
* perf sched: Avoid large stack allocationsIan Rogers2023-06-121-4/+22
* perf callchain: Use pthread keys for tls callchain_cursorIan Rogers2023-06-121-3/+11
* perf thread: Add reference count checkingIan Rogers2023-06-121-2/+2
* perf addr_location: Add init/exit/copy functionsIan Rogers2023-06-121-0/+2
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-22/+29
* perf thread: Remove notion of dead threadsIan Rogers2023-06-121-22/+1
* perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...Chunxin Zang2023-04-121-1/+14
* perf util: Move input_name to utilIan Rogers2023-04-101-1/+1
* perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-021-1/+1
* perf sched: Factor out destroy_tasks()Namhyung Kim2022-10-041-2/+22
* perf sched: Fixes for thread safety analysisIan Rogers2022-10-041-17/+29
* perf sched: Update use of pthread mutexIan Rogers2022-10-041-35/+32