index
:
~jsimmons/drm-tdfx
master
KMS and GEM/TTM driver for 3Dfx hardware
jsimmons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
session.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-22
perf diff: Fix to work with new hists design
Jiri Olsa
1
-0
/
+1
2012-03-09
perf report: Enable TUI in branch view mode
Stephane Eranian
1
-0
/
+1
2012-03-09
perf tools: Enable reading of perf.data files from different ABI rev
Stephane Eranian
1
-2
/
+2
2012-03-09
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
1
-0
/
+72
2012-02-13
perf top: Don't process samples with no valid machine object
Joerg Roedel
1
-0
/
+10
2012-01-30
perf script: Add the offset field specifier
Akihiro Nagai
1
-2
/
+6
2012-01-30
perf script: Unify the expressions indicating "unknown"
Akihiro Nagai
1
-25
/
+10
2012-01-03
perf session: Remove impossible condition check
Namhyung Kim
1
-2
/
+1
2011-12-23
perf report: Accept fifos as input file
Robert Richter
1
-2
/
+13
2011-12-23
perf tools: Fix out-of-bound access to struct perf_session
Robert Richter
1
-1
/
+1
2011-12-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+4
2011-11-28
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
1
-81
/
+82
2011-11-28
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
1
-38
/
+53
2011-11-28
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
1
-25
/
+35
2011-11-28
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
1
-6
/
+6
2011-11-28
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
1
-2
/
+14
2011-11-28
perf evlist: Introduce id_hdr_size method out of perf_session
Arnaldo Carvalho de Melo
1
-28
/
+1
2011-11-28
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
1
-7
/
+40
2011-11-16
perf session: Fix crash with invalid CPU list
David Ahern
1
-0
/
+4
2011-11-02
perf report: Add progress bar when processing time ordered events
Arnaldo Carvalho de Melo
1
-0
/
+9
2011-11-02
perf hists browser: Warn about lost events
Arnaldo Carvalho de Melo
1
-6
/
+23
2011-10-26
perf ui progress: Reimplement using slang
Arnaldo Carvalho de Melo
1
-6
/
+2
2011-10-07
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
1
-0
/
+19
2011-07-21
perf script: Fix display of IP address for non-callchain path
David Ahern
1
-1
/
+1
2011-07-21
perf tools: Fix endian conversion reading event attr from file header
David Ahern
1
-12
/
+18
2011-07-05
perf report/annotate/script: Add option to specify a CPU range
Anton Blanchard
1
-0
/
+38
2011-06-30
perf tools: Add inverted call graph report support.
Sam Liao
1
-1
/
+6
2011-06-02
perf script: Add printing of sample address
David Ahern
1
-2
/
+2
2011-06-02
perf script: Make printing of dso a separate field option
David Ahern
1
-3
/
+10
2011-06-02
perf script: "sym" field really means show IP data
David Ahern
1
-21
/
+29
2011-06-02
perf evlist: Don't die if sample_{id_all|type} is invalid
Arnaldo Carvalho de Melo
1
-1
/
+11
2011-05-23
perf tools: Fix ommitted mmap data update on remap
Frederic Weisbecker
1
-13
/
+26
2011-05-22
perf tools: Propagate event parse error handling
Frederic Weisbecker
1
-4
/
+10
2011-05-22
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
1
-0
/
+1
2011-05-22
perf tools: Remove junk code in mmap size handling
Frederic Weisbecker
1
-3
/
+0
2011-05-22
perf tools: Check we are able to read the event size on mmap
Frederic Weisbecker
1
-0
/
+7
2011-04-20
perf script: improve validation of sample attributes for output fields
David Ahern
1
-0
/
+12
2011-03-23
perf session: Pass evsel in event_ops->sample()
Arnaldo Carvalho de Melo
1
-2
/
+23
2011-03-14
perf script: Add support for dumping symbols
David Ahern
1
-0
/
+61
2011-03-10
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
1
-69
/
+5
2011-03-06
perf tools: Improve support for sessions with multiple events
Arnaldo Carvalho de Melo
1
-1
/
+62
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
1
-84
/
+85
2011-01-29
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
1
-13
/
+13
2011-01-24
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-22
perf callchain: Feed callchains into a cursor
Frederic Weisbecker
1
-10
/
+12
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
1
-13
/
+15
2011-01-10
perf session: Fix infinite loop in __perf_session__process_events
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-05
perf session: Warn about errors when processing pipe events too
Arnaldo Carvalho de Melo
1
-26
/
+31
2011-01-03
perf util: Move do_read from session to util
Arnaldo Carvalho de Melo
1
-20
/
+2
2010-12-21
perf session: Fallback to unordered processing if no sample_id_all
Ian Munsie
1
-1
/
+10
[next]