index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
perf data: Add global path holder
Jiri Olsa
2019-02-22
1
-10
/
+6
*
perf sched: Use cached rbtrees
Davidlohr Bueso
2019-01-25
1
-20
/
+25
*
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
2019-01-21
1
-1
/
+1
*
perf sched: Use sched->show_callchain where appropriate
Arnaldo Carvalho de Melo
2018-06-05
1
-5
/
+6
*
perf evsel: Add has_callchain() helper to make code more compact/clear
Arnaldo Carvalho de Melo
2018-06-05
1
-2
/
+1
*
perf sched map: Re-annotate shortname if thread comm changed
Changbin Du
2018-03-07
1
-2
/
+36
*
perf sched: Move thread::shortname to thread_runtime
Changbin Du
2018-03-07
1
-40
/
+55
*
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-07
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
perf tools: Add struct perf_data_file
Jiri Olsa
2017-10-30
1
-6
/
+10
*
|
perf tools: Rename struct perf_data_file to perf_data
Jiri Olsa
2017-10-30
1
-4
/
+4
*
|
perf sched timehist: Add pid and tid options
David Ahern
2017-09-13
1
-0
/
+4
|
/
*
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
2017-06-27
1
-1
/
+1
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+2
*
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2017-04-19
1
-0
/
+1
*
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-03-27
1
-3
/
+3
*
perf sched timehist: Add --next option
Brendan Gregg
2017-03-14
1
-5
/
+20
*
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
Hari Bathini
2017-03-14
1
-0
/
+1
*
perf utils: Check verbose flag properly
Namhyung Kim
2017-02-20
1
-6
/
+6
*
perf symbols: No need to check if sym->name is NULL
Arnaldo Carvalho de Melo
2017-02-13
1
-1
/
+1
*
perf sched timehist: Show total wait times for summary
Namhyung Kim
2017-01-17
1
-3
/
+41
*
perf sched timehist: Add --state option
Namhyung Kim
2017-01-17
1
-4
/
+34
*
perf sched timehist: Account thread wait time separately
Namhyung Kim
2017-01-17
1
-6
/
+44
*
perf sched timehist: Show total scheduling time
Namhyung Kim
2016-12-27
1
-3
/
+14
*
perf sched timehist: Fix invalid period calculation
Namhyung Kim
2016-12-22
1
-1
/
+1
*
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
2016-12-22
1
-3
/
+0
*
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
2016-12-22
1
-1
/
+1
*
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
2016-12-22
1
-3
/
+4
*
perf sched timehist: Show callchains for idle stat
Namhyung Kim
2016-12-15
1
-0
/
+86
*
perf sched timehist: Add -I/--idle-hist option
Namhyung Kim
2016-12-15
1
-5
/
+41
*
perf sched timehist: Skip non-idle events when necessary
Namhyung Kim
2016-12-15
1
-7
/
+18
*
perf sched timehist: Save callchain when entering idle
Namhyung Kim
2016-12-15
1
-0
/
+30
*
perf sched timehist: Introduce struct idle_time_data
Namhyung Kim
2016-12-15
1
-4
/
+33
*
perf sched timehist: Split is_idle_sample()
Namhyung Kim
2016-12-15
1
-19
/
+20
*
perf sched timehist: Cleanup idle_max_cpu handling
Namhyung Kim
2016-12-07
1
-5
/
+4
*
perf sched timehist: Handle zero sample->tid properly
Namhyung Kim
2016-12-07
1
-1
/
+3
*
perf sched: Cleanup option processing
Namhyung Kim
2016-12-07
1
-5
/
+2
*
perf sched timehist: Improve error message when analyzing wrong file
David Ahern
2016-12-07
1
-1
/
+5
*
perf sched timehist: Add option to specify time window of interest
David Ahern
2016-12-01
1
-6
/
+45
*
perf sched timehist: Handle cpu migration events
David Ahern
2016-11-25
1
-2
/
+95
*
perf sched timehist: Enlarge max stack depth by 2
Namhyung Kim
2016-11-25
1
-1
/
+1
*
perf sched timehist: Mark schedule function in callchains
Namhyung Kim
2016-11-25
1
-0
/
+21
*
perf callchain: Add option to skip ignore symbol when printing callchains
Namhyung Kim
2016-11-25
1
-1
/
+2
*
perf sched timehist: Add -V/--cpu-visual option
David Ahern
2016-11-23
1
-2
/
+42
*
perf sched timehist: Add call graph options
David Ahern
2016-11-23
1
-6
/
+82
*
perf sched timehist: Add -w/--wakeups option
David Ahern
2016-11-23
1
-4
/
+54
*
perf sched timehist: Add summary options
David Ahern
2016-11-23
1
-6
/
+160
*
perf sched timehist: Introduce timehist command
David Ahern
2016-11-23
1
-5
/
+589
[next]