index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into perf/core
Ingo Molnar
2012-12-08
1
-1
/
+1
|
\
|
*
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
2012-11-19
1
-1
/
+1
*
|
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-09
1
-4
/
+1
|
/
*
perf: Fix UAPI fallout
Ingo Molnar
2012-10-14
1
-1
/
+1
*
perf diff: Make diff command work with evsel hists
Jiri Olsa
2012-09-07
1
-3
/
+1
*
perf tools: Support for DWARF CFI unwinding on post processing
Jiri Olsa
2012-08-11
1
-3
/
+3
*
perf session: Remove no longer used synthesize_sample method
Arnaldo Carvalho de Melo
2012-08-02
1
-4
/
+0
*
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
2012-08-02
1
-4
/
+0
*
perf session: Use perf_evlist__id_hdr_size more extensively
Arnaldo Carvalho de Melo
2012-08-01
1
-2
/
+1
*
perf session: Use perf_evlist__sample_id_all more extensively
Arnaldo Carvalho de Melo
2012-08-01
1
-1
/
+0
*
perf session: Use perf_evlist__sample_type more extensively
Arnaldo Carvalho de Melo
2012-08-01
1
-8
/
+3
*
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
2012-08-01
1
-10
/
+3
*
perf tools: Stop using a global trace events description list
Arnaldo Carvalho de Melo
2012-06-27
1
-0
/
+10
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2012-06-20
1
-2
/
+2
|
\
|
*
perf tools: Remove unused evsel parameter from machine__resolve_callchain
Jiri Olsa
2012-06-19
1
-2
/
+2
*
|
perf tools: Fix endianity swapping for adds_features bitmask
David Ahern
2012-06-11
1
-0
/
+1
|
/
*
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
2012-03-09
1
-0
/
+4
*
perf script: Add the offset field specifier
Akihiro Nagai
2012-01-30
1
-1
/
+1
*
perf tools: Fix out-of-bound access to struct perf_session
Robert Richter
2011-12-23
1
-1
/
+1
*
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
2011-12-12
1
-0
/
+8
*
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
2011-11-28
1
-42
/
+7
*
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
2011-11-28
1
-15
/
+15
*
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
2011-11-28
1
-10
/
+13
*
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
2011-11-28
1
-3
/
+2
*
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
2011-11-28
1
-2
/
+4
*
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
2011-11-28
1
-3
/
+0
*
perf report: Add progress bar when processing time ordered events
Arnaldo Carvalho de Melo
2011-11-02
1
-0
/
+1
*
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
2011-10-07
1
-0
/
+1
*
perf tool: Fix endianness handling of u32 data in samples
David Ahern
2011-09-23
1
-1
/
+2
*
perf tools: Fix endian conversion reading event attr from file header
David Ahern
2011-07-21
1
-0
/
+1
*
perf report/annotate/script: Add option to specify a CPU range
Anton Blanchard
2011-07-05
1
-0
/
+3
*
perf script: Make printing of dso a separate field option
David Ahern
2011-06-02
1
-1
/
+1
*
perf script: "sym" field really means show IP data
David Ahern
2011-06-02
1
-2
/
+3
*
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
2011-05-22
1
-0
/
+2
*
perf script: improve validation of sample attributes for output fields
David Ahern
2011-04-20
1
-0
/
+3
*
perf session: Pass evsel in event_ops->sample()
Arnaldo Carvalho de Melo
2011-03-23
1
-2
/
+5
*
perf script: Add support for dumping symbols
David Ahern
2011-03-14
1
-0
/
+4
*
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
2011-03-10
1
-2
/
+0
*
perf tools: Improve support for sessions with multiple events
Arnaldo Carvalho de Melo
2011-03-06
1
-10
/
+6
*
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
2011-01-29
1
-6
/
+7
*
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
2011-01-29
1
-2
/
+2
*
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
2011-01-24
1
-0
/
+9
*
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
2011-01-22
1
-5
/
+6
*
perf util: Move do_read from session to util
Arnaldo Carvalho de Melo
2011-01-03
1
-1
/
+0
*
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
2010-12-21
1
-1
/
+4
*
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
Arnaldo Carvalho de Melo
2010-12-04
1
-0
/
+3
*
perf session: Parse sample earlier
Arnaldo Carvalho de Melo
2010-12-04
1
-3
/
+6
*
perf session: Allocate chunks of sample objects
Thomas Gleixner
2010-11-30
1
-0
/
+3
*
perf session: Cache sample objects
Thomas Gleixner
2010-11-30
1
-0
/
+1
*
perf session: Fix list sort algorithm
Thomas Gleixner
2010-11-30
1
-2
/
+2
[next]