index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-25
perf session: Add accessor for session->header.env
Ian Rogers
1
-3
/
+5
2025-07-18
perf sched timehist: decode process names of processes in zombie state
Anubhav Shelat
1
-0
/
+5
2025-07-03
perf sched: Fix memory leaks in 'perf sched latency'
Namhyung Kim
1
-3
/
+24
2025-07-03
perf sched: Use RC_CHK_EQUAL() to compare pointers
Namhyung Kim
1
-1
/
+1
2025-07-03
perf sched: Fix memory leaks for evsel->priv in timehist
Namhyung Kim
1
-0
/
+12
2025-07-03
perf sched: Fix thread leaks in 'perf sched timehist'
Namhyung Kim
1
-11
/
+37
2025-07-03
perf sched: Fix memory leaks in 'perf sched map'
Namhyung Kim
1
-11
/
+20
2025-07-03
perf sched: Free thread->priv using priv_destructor
Namhyung Kim
1
-0
/
+2
2025-07-03
perf sched: Make sure it frees the usage string
Namhyung Kim
1
-12
/
+13
2024-12-09
perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUS
Ian Rogers
1
-0
/
+1
2024-10-17
perf color: Add printf format checking and resolve issues
Ian Rogers
1
-1
/
+1
2024-10-14
perf sched timehist: Add pre-migration wait time option
Madadi Vineeth Reddy
1
-39
/
+59
2024-09-27
perf sched replay: Remove unused parts of the code
Madadi Vineeth Reddy
1
-13
/
+3
2024-09-04
libsubcmd: Don't free the usage string
Aditya Gupta
1
-0
/
+3
2024-09-03
perf sched timehist: Add --prio option
Yang Jihong
1
-1
/
+73
2024-09-03
perf sched timehist: Add --show-prio option
Yang Jihong
1
-7
/
+84
2024-09-03
perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()
Yang Jihong
1
-2
/
+0
2024-09-03
perf sched timehist: Skip print non-idle task samples when only show idle events
Yang Jihong
1
-3
/
+3
2024-08-30
perf sched timehist: Fixed timestamp error when unable to confirm event sched...
Yang Jihong
1
-1
/
+4
2024-08-17
perf sched timehist: Fix missing free of session in perf_sched__timehist()
Yang Jihong
1
-1
/
+2
2024-08-13
perf sched: Use perf_tool__init()
Ian Rogers
1
-9
/
+7
2024-08-13
perf tool: Constify tool pointers
Ian Rogers
1
-17
/
+17
2024-07-12
perf sched map: Add --fuzzy-name option for fuzzy matching in task names
Madadi Vineeth Reddy
1
-7
/
+13
2024-07-12
perf sched map: Add support for multiple task names using CSV
Madadi Vineeth Reddy
1
-5
/
+27
2024-07-12
perf sched map: Add task-name option to filter the output map
Madadi Vineeth Reddy
1
-36
/
+111
2024-06-28
perf sched replay: Fix -r/--repeat command line option for infinity
Madadi Vineeth Reddy
1
-1
/
+4
2024-06-25
perf: Timehist account sch delay for scheduled out running
Fernand Sieber
1
-1
/
+4
2024-06-16
perf: sched map skips redundant lines with cpu filters
Fernand Sieber
1
-6
/
+6
2024-05-10
perf sched: Rename 'switches' column header to 'count' and add usage descript...
Madadi Vineeth Reddy
1
-1
/
+1
2024-04-03
perf evsel: Use evsel__name_is() helper
Yang Jihong
1
-2
/
+2
2024-04-03
perf sched timehist: Fix -g/--call-graph option failure
Yang Jihong
1
-2
/
+5
2024-02-10
perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...
Yang Jihong
1
-33
/
+61
2024-02-10
perf sched: Move curr_thread initialization to perf_sched__map()
Yang Jihong
1
-7
/
+8
2024-02-10
perf sched: Fix memory leak in perf_sched__map()
Yang Jihong
1
-15
/
+26
2024-02-10
perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...
Yang Jihong
1
-7
/
+12
2024-01-23
perf sched: Commit to evsel__taskstate() to parse task state info
Ze Gao
1
-36
/
+10
2024-01-23
perf sched: Sync state char array with the kernel
Ze Gao
1
-12
/
+1
2023-10-25
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
1
-1
/
+1
2023-06-13
perf sched: Avoid large stack allocations
Ian Rogers
1
-4
/
+22
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
1
-3
/
+11
2023-06-12
perf thread: Add reference count checking
Ian Rogers
1
-2
/
+2
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
1
-0
/
+2
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
1
-22
/
+29
2023-06-12
perf thread: Remove notion of dead threads
Ian Rogers
1
-22
/
+1
2023-04-13
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
1
-1
/
+14
2023-04-11
perf util: Move input_name to util
Ian Rogers
1
-1
/
+1
2022-12-02
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
1
-1
/
+1
2022-10-04
perf sched: Factor out destroy_tasks()
Namhyung Kim
1
-2
/
+22
2022-10-04
perf sched: Fixes for thread safety analysis
Ian Rogers
1
-17
/
+29
2022-10-04
perf sched: Update use of pthread mutex
Ian Rogers
1
-35
/
+32
[next]