index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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 evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
2014-01-13
1
-3
/
+3
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
1
-12
/
+12
*
perf kvm: Fix kvm report without guestmount.
Dongsheng Yang
2013-12-23
1
-1
/
+6
*
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
1
-2
/
+2
*
perf tools: Move mem_bswap32/64 to util.c
Adrian Hunter
2013-12-13
1
-21
/
+0
*
perf script: Add an option to print the source line number
Adrian Hunter
2013-12-09
1
-0
/
+8
*
perf script: Fix symoff printing in callchains
Adrian Hunter
2013-12-09
1
-1
/
+6
*
perf script: Do not call perf_event__preprocess_sample() twice)
Adrian Hunter
2013-12-04
1
-17
/
+14
*
perf tools: Use correct return type for readn function
Jiri Olsa
2013-12-02
1
-1
/
+1
*
perf evsel: Skip ignored symbols while printing callchain
David Ahern
2013-11-27
1
-2
/
+8
*
perf evsel: Ditch evsel->handler.data field
Arnaldo Carvalho de Melo
2013-11-07
1
-2
/
+2
*
perf tools: Finish the removal of 'self' arguments
Arnaldo Carvalho de Melo
2013-11-05
1
-61
/
+60
*
perf tools: Add time argument on COMM setting
Frederic Weisbecker
2013-11-04
1
-1
/
+1
*
perf ui progress: Per progress bar state
Arnaldo Carvalho de Melo
2013-10-23
1
-13
/
+11
*
perf report: Add --max-stack option to limit callchain stack scan
Waiman Long
2013-10-21
1
-1
/
+2
*
perf session: Separating data file properties from session
Jiri Olsa
2013-10-21
1
-17
/
+19
*
perf tools: Add perf_data_file__open interface to data object
Jiri Olsa
2013-10-21
1
-65
/
+30
*
perf tools: Add data object to handle perf data file
Jiri Olsa
2013-10-21
1
-6
/
+6
*
perf session: Add missing members to perf_event__attr_swap()
Adrian Hunter
2013-10-21
1
-0
/
+3
*
perf session: Add missing sample flush for piped events
Adrian Hunter
2013-10-21
1
-3
/
+5
*
perf tools: Adding throttle event data struct support
Jiri Olsa
2013-10-09
1
-0
/
+13
*
Merge branch 'perf/urgent' into tools/perf/build
Ingo Molnar
2013-10-08
1
-1
/
+3
|
\
|
*
perf session: Fix infinite loop on invalid perf.data file
Namhyung Kim
2013-10-04
1
-1
/
+1
|
*
perf tools: Add default handler for mmap2 events
David Ahern
2013-10-04
1
-0
/
+2
*
|
tools/perf: Add support for record transaction flags
Andi Kleen
2013-10-04
1
-0
/
+3
|
/
*
perf session: Check for SIGINT in more loops
Arnaldo Carvalho de Melo
2013-09-19
1
-2
/
+7
*
perf tools: Add attr->mmap2 support
Stephane Eranian
2013-09-11
1
-1
/
+24
*
perf trace: Handle perf.data files with no tracepoints
Arnaldo Carvalho de Melo
2013-09-09
1
-33
/
+7
*
perf session: Separate progress bar update when processing events
Jiri Olsa
2013-09-05
1
-1
/
+2
*
perf tools: Fix symbol offset computation for some dsos
David Ahern
2013-09-02
1
-0
/
+1
*
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
Adrian Hunter
2013-08-29
1
-1
/
+1
*
perf tools: Remove references to struct ip_event
Adrian Hunter
2013-08-29
1
-3
/
+5
*
perf callchain: Remove unnecessary validation
Adrian Hunter
2013-08-29
1
-20
/
+0
*
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
2013-08-29
1
-1
/
+1
*
perf tools: Remove filter parameter of perf_event__preprocess_sample()
Adrian Hunter
2013-08-12
1
-2
/
+1
*
perf session: Change perf_session__has_traces to actually check for tracepoints
David Ahern
2013-08-12
1
-4
/
+7
*
perf evsel: Add option to limit stack depth in callchain dumps
David Ahern
2013-08-12
1
-2
/
+4
*
perf evsel: Add option to print stack trace on single line
David Ahern
2013-08-12
1
-2
/
+6
*
perf tool: Simplify options to perf_evsel__print_ip
David Ahern
2013-08-12
1
-3
/
+11
*
perf session: Export queue_event function
David Ahern
2013-08-07
1
-5
/
+5
*
perf session: Export a few functions for event processing
David Ahern
2013-08-07
1
-6
/
+6
*
perf evsel: Actually show symbol offset in stack trace when requested
David Ahern
2013-08-07
1
-1
/
+6
*
perf evsel: Add PERF_SAMPLE_READ sample related processing
Jiri Olsa
2013-08-07
1
-1
/
+71
*
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
Jiri Olsa
2013-08-07
1
-0
/
+38
*
perf session: Use session->fd instead of passing fd as argument
Jiri Olsa
2013-07-17
1
-2
/
+2
*
perf tools: Remove event types framework completely
Jiri Olsa
2013-07-15
1
-11
/
+0
*
perf report/top: Add option to collapse undesired parts of call graph
Greg Price
2013-07-12
1
-2
/
+1
*
perf tools: Validate perf event header size
Adrian Hunter
2013-07-12
1
-4
/
+10
*
perf tools: Fix missing tool parameter
Adrian Hunter
2013-07-12
1
-4
/
+7
*
perf tools: Use default include path notation for libtraceevent headers
Robert Richter
2013-07-12
1
-1
/
+1
[next]