index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-sched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsubcmd: Don't free the usage string
Aditya Gupta
2024-09-04
1
-0
/
+3
*
perf sched timehist: Add --prio option
Yang Jihong
2024-09-03
1
-1
/
+73
*
perf sched timehist: Add --show-prio option
Yang Jihong
2024-09-03
1
-7
/
+84
*
perf sched timehist: Remove redundant BUG_ON in timehist_sched_change_event()
Yang Jihong
2024-09-03
1
-2
/
+0
*
perf sched timehist: Skip print non-idle task samples when only show idle events
Yang Jihong
2024-09-03
1
-3
/
+3
*
perf sched timehist: Fixed timestamp error when unable to confirm event sched...
Yang Jihong
2024-08-30
1
-1
/
+4
*
perf sched timehist: Fix missing free of session in perf_sched__timehist()
Yang Jihong
2024-08-16
1
-1
/
+2
*
perf sched: Use perf_tool__init()
Ian Rogers
2024-08-12
1
-9
/
+7
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-17
/
+17
*
perf sched map: Add --fuzzy-name option for fuzzy matching in task names
Madadi Vineeth Reddy
2024-07-12
1
-7
/
+13
*
perf sched map: Add support for multiple task names using CSV
Madadi Vineeth Reddy
2024-07-12
1
-5
/
+27
*
perf sched map: Add task-name option to filter the output map
Madadi Vineeth Reddy
2024-07-12
1
-36
/
+111
*
perf sched replay: Fix -r/--repeat command line option for infinity
Madadi Vineeth Reddy
2024-06-28
1
-1
/
+4
*
perf: Timehist account sch delay for scheduled out running
Fernand Sieber
2024-06-25
1
-1
/
+4
*
perf: sched map skips redundant lines with cpu filters
Fernand Sieber
2024-06-15
1
-6
/
+6
*
perf sched: Rename 'switches' column header to 'count' and add usage descript...
Madadi Vineeth Reddy
2024-05-10
1
-1
/
+1
*
perf evsel: Use evsel__name_is() helper
Yang Jihong
2024-04-03
1
-2
/
+2
*
perf sched timehist: Fix -g/--call-graph option failure
Yang Jihong
2024-04-03
1
-2
/
+5
*
perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...
Yang Jihong
2024-02-09
1
-33
/
+61
*
perf sched: Move curr_thread initialization to perf_sched__map()
Yang Jihong
2024-02-09
1
-7
/
+8
*
perf sched: Fix memory leak in perf_sched__map()
Yang Jihong
2024-02-09
1
-15
/
+26
*
perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...
Yang Jihong
2024-02-09
1
-7
/
+12
*
perf sched: Commit to evsel__taskstate() to parse task state info
Ze Gao
2024-01-22
1
-36
/
+10
*
perf sched: Sync state char array with the kernel
Ze Gao
2024-01-22
1
-12
/
+1
*
libperf rc_check: Add RC_CHK_EQUAL
Ian Rogers
2023-10-25
1
-1
/
+1
*
perf sched: Avoid large stack allocations
Ian Rogers
2023-06-12
1
-4
/
+22
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
1
-3
/
+11
*
perf thread: Add reference count checking
Ian Rogers
2023-06-12
1
-2
/
+2
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-0
/
+2
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-22
/
+29
*
perf thread: Remove notion of dead threads
Ian Rogers
2023-06-12
1
-22
/
+1
*
perf sched: Fix sched latency analysis incorrection when using 'sched:sched_w...
Chunxin Zang
2023-04-12
1
-1
/
+14
*
perf util: Move input_name to util
Ian Rogers
2023-04-10
1
-1
/
+1
*
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-12-02
1
-1
/
+1
*
perf sched: Factor out destroy_tasks()
Namhyung Kim
2022-10-04
1
-2
/
+22
*
perf sched: Fixes for thread safety analysis
Ian Rogers
2022-10-04
1
-17
/
+29
*
perf sched: Update use of pthread mutex
Ian Rogers
2022-10-04
1
-35
/
+32
*
perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address
Ian Rogers
2022-08-27
1
-5
/
+19
*
perf sched latency: Fix subcommand matching error
Yang Jihong
2022-08-10
1
-1
/
+1
*
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
2022-03-26
1
-2
/
+2
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-29
/
+36
*
perf cpumap: Move 'has' function to libperf
Ian Rogers
2022-01-12
1
-3
/
+3
*
perf tools: Check vmlinux/kallsyms arguments in all tools
James Clark
2021-11-07
1
-0
/
+4
*
perf tools: Remove repipe argument from perf_session__new()
Namhyung Kim
2021-08-02
1
-2
/
+2
*
perf sched: Fix record failure when CONFIG_SCHEDSTATS is not set
Yang Jihong
2021-07-18
1
-4
/
+29
*
perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_TH...
Arnaldo Carvalho de Melo
2021-07-14
1
-1
/
+1
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf evlist: Use the right prefix for 'struct evlist' 'find' methods
Arnaldo Carvalho de Melo
2020-11-30
1
-4
/
+2
*
perf sched: Show start of latency as well
Joel Fernandes (Google)
2020-10-13
1
-10
/
+14
*
perf sched timehist: Fix use of CPU list with summary option
David Ahern
2020-08-21
1
-1
/
+5
[next]