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.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-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
/
util
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf kmaps: Check kmaps to make code more robust
Wang Nan
2015-04-08
1
-0
/
+3
*
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
Arnaldo Carvalho de Melo
2015-03-31
1
-18
/
+29
*
perf session: Always initialize ordered_events
Arnaldo Carvalho de Melo
2015-03-31
1
-3
/
+2
*
perf ordered_events: Adopt queue() method
Arnaldo Carvalho de Melo
2015-03-12
1
-27
/
+1
*
perf tools: tool->finished_round() doesn't need perf_session
Arnaldo Carvalho de Melo
2015-03-12
1
-9
/
+15
*
perf ordered_events: Allow tools to specify a deliver method
Arnaldo Carvalho de Melo
2015-03-12
1
-7
/
+23
*
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
2015-03-11
1
-39
/
+26
*
perf ordered_events: Untangle from perf_session
Arnaldo Carvalho de Melo
2015-03-11
1
-11
/
+26
*
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
2015-03-03
1
-6
/
+0
*
perf session: Remove perf_session from dump_event
Arnaldo Carvalho de Melo
2015-02-22
1
-7
/
+7
*
perf session: Remove perf_session from some deliver event routines
Arnaldo Carvalho de Melo
2015-02-22
1
-19
/
+19
*
perf session: Remove perf_session from warn_errors signature
Arnaldo Carvalho de Melo
2015-02-22
1
-18
/
+18
*
perf evlist: Adopt events_stats from perf_session
Arnaldo Carvalho de Melo
2015-02-22
1
-27
/
+27
*
perf session: Remove wrappers to machines__find
Arnaldo Carvalho de Melo
2015-02-22
1
-8
/
+5
*
perf tools: Construct LBR call chain
Kan Liang
2015-02-18
1
-6
/
+58
*
perf tools: Do not use __perf_session__process_events() directly
Namhyung Kim
2015-01-29
1
-3
/
+3
*
perf tools: Remove EOL whitespaces
Arnaldo Carvalho de Melo
2015-01-21
1
-1
/
+1
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-12-09
1
-6
/
+5
|
\
|
*
perf session: Do not fail on processing out of order event
Jiri Olsa
2014-11-28
1
-6
/
+5
*
|
perf tools: Add core support for sampling intr machine state regs
Stephane Eranian
2014-11-16
1
-5
/
+39
*
|
perf session: Add perf_session__deliver_synth_event()
Adrian Hunter
2014-10-29
1
-0
/
+13
*
|
perf tools: Use evlist__for_each in a few remaining places
Arnaldo Carvalho de Melo
2014-10-29
1
-2
/
+2
*
|
perf tools: Add id index
Adrian Hunter
2014-10-29
1
-0
/
+122
*
|
perf thread: Adopt resolve_callchain method from machine
Arnaldo Carvalho de Melo
2014-10-29
1
-3
/
+3
|
/
*
perf session: Add option to copy events when queueing
Alexander Yarygin
2014-10-15
1
-3
/
+2
*
perf session: Remove last reference to hists struct
Arnaldo Carvalho de Melo
2014-10-14
1
-7
/
+0
*
perf session: Don't count per evsel events
Arnaldo Carvalho de Melo
2014-10-10
1
-16
/
+0
*
perf evsel: Add hists helper
Arnaldo Carvalho de Melo
2014-10-09
1
-2
/
+2
*
perf tools: Fix perf record as non root with kptr_restrict == 1
Andi Kleen
2014-09-26
1
-1
/
+1
*
perf machine: Add machine__thread_exec_comm()
Adrian Hunter
2014-08-13
1
-1
/
+23
*
perf session: Add perf_session__peek_event()
Adrian Hunter
2014-08-13
1
-0
/
+55
*
perf tools: Allow out of order messages in forced flush
Jiri Olsa
2014-08-12
1
-3
/
+9
*
perf tools: Add debug prints for ordered events queue
Jiri Olsa
2014-08-12
1
-1
/
+3
*
perf tools: Add ordered_events__free function
Jiri Olsa
2014-08-12
1
-15
/
+2
*
perf tools: Add ordered_events__init function
Jiri Olsa
2014-08-12
1
-5
/
+1
*
perf tools: Create ordered-events object
Jiri Olsa
2014-08-12
1
-206
/
+0
*
perf tools: Make perf_session__deliver_event global
Jiri Olsa
2014-08-12
1
-15
/
+8
*
perf tools: Flush ordered events in case of allocation failure
Jiri Olsa
2014-08-12
1
-2
/
+27
*
perf tools: Limit ordered events queue size
Jiri Olsa
2014-08-12
1
-3
/
+9
*
perf tools: Factor ordered_events__flush to be more generic
Jiri Olsa
2014-08-12
1
-11
/
+36
*
perf tools: Add ordered_events__(new|delete) interface
Jiri Olsa
2014-08-12
1
-71
/
+98
*
perf tools: Rename ordered_events members
Jiri Olsa
2014-08-12
1
-44
/
+42
*
perf tools: Rename ordered_samples struct to ordered_events
Jiri Olsa
2014-08-12
1
-59
/
+59
*
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
2014-08-12
1
-5
/
+5
*
perf session: Fix accounting of ordered samples queue
Jiri Olsa
2014-07-24
1
-2
/
+1
*
perf machine: Fix the lifetime of the VDSO temporary file
Adrian Hunter
2014-07-23
1
-2
/
+0
*
perf session: Add ability to skip 4GiB or more
Adrian Hunter
2014-07-23
1
-7
/
+8
*
perf session: Add ability to 'skip' a non-piped event stream
Adrian Hunter
2014-07-23
1
-1
/
+6
*
perf session: Flag if the event stream is entirely in memory
Adrian Hunter
2014-07-16
1
-1
/
+8
*
perf machine: Fix the value used for unknown pids
Adrian Hunter
2014-07-16
1
-2
/
+3
[next]