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.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
2015-11-05
perf sched latency: Fix thread pid reuse issue
Jiri Olsa
1
-2
/
+3
2015-10-27
perf tools: Introduce usage_with_options_msg()
Namhyung Kim
1
-2
/
+2
2015-05-27
perf sched: Add option to merge like comms to lat output
Josef Bacik
1
-5
/
+72
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
1
-26
/
+56
2015-04-08
perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...
Yunlong Song
1
-4
/
+4
2015-04-08
perf sched replay: Support using -f to override perf.data file ownership
Yunlong Song
1
-0
/
+1
2015-04-08
perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...
Yunlong Song
1
-5
/
+26
2015-04-08
perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...
Yunlong Song
1
-1
/
+3
2015-04-08
perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...
Yunlong Song
1
-2
/
+3
2015-04-08
perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...
Yunlong Song
1
-1
/
+6
2015-04-08
perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...
Yunlong Song
1
-2
/
+9
2015-04-08
perf sched replay: Increase the MAX_PID value to fix assertion failure problem
Yunlong Song
1
-1
/
+1
2015-04-08
perf sched replay: Use struct task_desc instead of struct task_task for corre...
Yunlong Song
1
-1
/
+1
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-03-03
perf sched: No need to keep the session around
Arnaldo Carvalho de Melo
1
-16
/
+8
2015-03-03
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-02-23
perf evlist: Adopt events_stats from perf_session
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-10-09
perf sched: Stop updating hists stats, not used
Arnaldo Carvalho de Melo
1
-3
/
+0
2014-08-15
perf sched: Use strerror_r instead of strerror
Masami Hiramatsu
1
-1
/
+3
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
1
-1
/
+1
2014-08-13
perf sched: Move call to symbol__init() after creating session
Namhyung Kim
1
-1
/
+2
2014-08-12
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
1
-1
/
+1
2014-07-18
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
1
-1
/
+3
2014-07-17
perf machine: Fix the value used for unknown pids
Adrian Hunter
1
-6
/
+6
2014-06-01
perf tools: Introduce hists__inc_nr_samples()
Namhyung Kim
1
-1
/
+1
2014-05-16
perf sched: Cleanup, remove unused variables in map_switch_event()
Dongsheng Yang
1
-4
/
+2
2014-05-16
perf sched: Remove nr_state_machine_bugs in perf latency
Dongsheng Yang
1
-11
/
+8
2014-05-12
perf tools: Remove usage of trace_sched_wakeup(.success)
Peter Zijlstra
1
-6
/
+1
2014-05-12
perf tools: Clarify the output of perf sched map.
Dongsheng
1
-15
/
+20
2014-05-12
perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.
Dongsheng
1
-1
/
+1
2014-05-12
perf tools: Add missing event for perf sched record.
Dongsheng
1
-0
/
+1
2014-04-16
perf sched: Introduce --list-cmds for use by scripts
Ramkumar Ramachandra
1
-4
/
+6
2014-03-19
perf sched: Fixup header alignment in 'latency' output
Ramkumar Ramachandra
1
-5
/
+5
2013-12-28
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-11-07
perf evsel: Ditch evsel->handler.data field
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-11-04
perf tools: Use an accessor to read thread comm
Frederic Weisbecker
1
-8
/
+8
2013-10-23
perf sched: Optimize build time
Adrian Hunter
1
-1
/
+4
2013-10-23
perf sched: Make struct perf_sched sched a local variable
Adrian Hunter
1
-21
/
+20
2013-10-22
perf tools: Add data object to handle perf data file
Jiri Olsa
1
-1
/
+5
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
1
-9
/
+11
2013-08-12
perf sched: Remove sched_process_fork tracepoint
David Ahern
1
-29
/
+31
2013-08-12
perf sched: Remove sched_process_exit tracepoint
David Ahern
1
-11
/
+0
2013-08-12
perf sched: Remove thread lookup in sample handler
David Ahern
1
-7
/
+0
2013-08-12
perf sched: Simplify arguments to read_events
David Ahern
1
-7
/
+9
2013-07-12
perf tools: struct thread has a tid not a pid
Adrian Hunter
1
-6
/
+6
2013-07-12
perf sched: Move struct perf_sched definition out of cmd_sched()
Namhyung Kim
1
-20
/
+21
2013-07-09
perf record: Remove -f/--force option
Jiri Olsa
1
-1
/
+0
2013-04-01
Revert "perf sched: Handle PERF_RECORD_EXIT events"
Arnaldo Carvalho de Melo
1
-1
/
+0
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-10-29
perf tools: Add a global variable "const char *input_name"
Feng Tang
1
-3
/
+2
[next]