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