Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
63503dba87acfab49280d3b05df6705a6f327e8a
/
tools
/
perf
/
util
/
session.h
63503db
perf evlist: Rename struct perf_evlist to struct evlist
by Jiri Olsa
· 5 years ago
32dcd02
perf evsel: Rename struct perf_evsel to struct evsel
by Jiri Olsa
· 5 years ago
872c8ee
perf session: Fix loading of compressed data split across adjacent records
by Alexey Budankov
· 6 years ago
cb62c6f
perf report: Implement perf.data record decompression
by Alexey Budankov
· 6 years ago
5d7f411
perf record: Implement compression for serial trace streaming
by Alexey Budankov
· 6 years ago
d3c8c08
perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics
by Alexey Budankov
· 6 years ago
89f1688
perf tools: Remove perf_tool from event_op2
by Jiri Olsa
· 6 years ago
754fe00
Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 7 years ago
dc83e13
perf ordered_events: Pass timestamp arg in perf_session__queue_event
by Jiri Olsa
· 7 years ago
3148637
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
e20ab86
perf evsel: Move some methods from session.[ch] to evsel.[ch]
by Arnaldo Carvalho de Melo
· 9 years ago
fd4be13
perf evsel: Allow unresolved symbol names to be printed as addresses
by Arnaldo Carvalho de Melo
· 9 years ago
ff0c107
perf evsel: Rename print_ip() to fprintf_sym()
by Arnaldo Carvalho de Melo
· 9 years ago
db3617f
perf evsel: Allow passing a left alignment when printing a symbol
by Arnaldo Carvalho de Melo
· 9 years ago
6186de9
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
by Milian Wolff
· 9 years ago
46bc29b
perf tools: Add time conversion event
by Adrian Hunter
· 9 years ago
9d8b172
perf tools: Make perf_session__register_idle_thread drop the refcount
by Masami Hiramatsu
· 9 years ago
c53d138
perf top: Register idle thread
by Namhyung Kim
· 9 years ago
99fa298
perf tools: Add AUX area tracing index
by Adrian Hunter
· 10 years ago
f6986c95
perf session: Add instruction tracing options
by Adrian Hunter
· 10 years ago
c446870
perf session: Add hooks to allow transparent decoding of AUX area tracing data
by Adrian Hunter
· 10 years ago
9870d78
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
by Arnaldo Carvalho de Melo
· 10 years ago
d10eb1e
perf ordered_events: Allow tools to specify a deliver method
by Arnaldo Carvalho de Melo
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
fa713a4e
perf ordered_events: Untangle from perf_session
by Arnaldo Carvalho de Melo
· 10 years ago
75be989
perf evlist: Adopt events_stats from perf_session
by Arnaldo Carvalho de Melo
· 10 years ago
4ac30cf
perf tools: Do not use __perf_session__process_events() directly
by Namhyung Kim
· 10 years ago
a293829
perf session: Add perf_session__deliver_synth_event()
by Adrian Hunter
· 10 years ago
3c659ee
perf tools: Add id index
by Adrian Hunter
· 10 years ago
2a1731f
perf session: Remove last reference to hists struct
by Arnaldo Carvalho de Melo
· 10 years ago
1da34da
perf tools: Use ACCESS_ONCE() instead of volatile cast
by Pranith Kumar
· 10 years ago
5a52f33
perf session: Add perf_session__peek_event()
by Adrian Hunter
· 10 years ago
5f86b80
perf tools: Create ordered-events object
by Jiri Olsa
· 10 years ago
79a30fe
perf tools: Make perf_session__deliver_event global
by Jiri Olsa
· 11 years ago
d40b4a1
perf tools: Flush ordered events in case of allocation failure
by Jiri Olsa
· 10 years ago
8d99a6c
perf tools: Limit ordered events queue size
by Jiri Olsa
· 11 years ago
fc12482
perf tools: Rename ordered_events members
by Jiri Olsa
· 11 years ago
37e39aa
perf tools: Rename ordered_samples struct to ordered_events
by Jiri Olsa
· 11 years ago
919d86d
perf session: Flag if the event stream is entirely in memory
by Adrian Hunter
· 10 years ago
cc22e57
perf symbols: Add 'machine' member to struct addr_location
by Arnaldo Carvalho de Melo
· 11 years ago
71db07b
perf tools: Move mem_bswap32/64 to util.c
by Adrian Hunter
· 11 years ago
cc8fae1
perf script: Add an option to print the source line number
by Adrian Hunter
· 11 years ago
29f5ffd
perf tools: Add trace-event object
by Jiri Olsa
· 11 years ago
a2cb3cf
perf script: Do not call perf_event__preprocess_sample() twice)
by Adrian Hunter
· 11 years ago
316c713
perf tools: Finish the removal of 'self' arguments
by Arnaldo Carvalho de Melo
· 11 years ago
cc9784bd
perf session: Separating data file properties from session
by Jiri Olsa
· 11 years ago
6a4d98d
perf tools: Add perf_data_file__open interface to data object
by Jiri Olsa
· 11 years ago
f5fc1412
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
33e940a
perf session: Check for SIGINT in more loops
by Arnaldo Carvalho de Melo
· 11 years ago
307cbb9
perf evsel: Add option to limit stack depth in callchain dumps
by David Ahern
· 11 years ago
b0b35f0
perf evsel: Add option to print stack trace on single line
by David Ahern
· 11 years ago
a6ffaf9
perf tool: Simplify options to perf_evsel__print_ip
by David Ahern
· 11 years ago
e30b88a
perf session: Export queue_event function
by David Ahern
· 11 years ago
9c50140
perf session: Export a few functions for event processing
by David Ahern
· 11 years ago
eb4fe9c
perf tools: Remove cwd from perf_session struct
by Jiri Olsa
· 12 years ago
0ac129e
perf tools: Remove cwdlen from struct perf_session
by Jiri Olsa
· 12 years ago
c1ad050
perf session: Remove unused perf_session__remove_thread method
by David Ahern
· 12 years ago
34ba512
perf machine: Simplify accessing the host machine
by Arnaldo Carvalho de Melo
· 12 years ago
876650e6
perf machine: Introduce struct machines
by Arnaldo Carvalho de Melo
· 12 years ago
28a6b6a
perf session: There is no need for a per session hists instance
by Arnaldo Carvalho de Melo
· 12 years ago
7e383de
perf record: Don't pass host machine to guest synthesizer
by Arnaldo Carvalho de Melo
· 12 years ago
417c2ff
perf symbols: Generalize filter in __fprintf_buildid methods
by Arnaldo Carvalho de Melo
· 12 years ago
35d48dd
perf tools: Fix mmap limitations on 32-bit
by David Miller
· 12 years ago
f0b9abf
Merge branch 'linus' into perf/core
by Ingo Molnar
· 12 years ago
d2709c7
perf: Make perf build for x86 with UAPI disintegration applied
by David Howells
· 12 years ago
69d2591
perf machine: Move more methods to machine.[ch]
by Arnaldo Carvalho de Melo
· 12 years ago
7d380c8
perf: Fix UAPI fallout
by Ingo Molnar
· 12 years ago
863e451
perf diff: Make diff command work with evsel hists
by Jiri Olsa
· 12 years ago
71ad0f5
perf tools: Support for DWARF CFI unwinding on post processing
by Jiri Olsa
· 12 years ago
7405ed1
perf session: Remove no longer used synthesize_sample method
by Arnaldo Carvalho de Melo
· 12 years ago
cb0b29e
perf evlist: Introduce perf_evlist__parse_sample
by Arnaldo Carvalho de Melo
· 12 years ago
7b56cce
perf session: Use perf_evlist__id_hdr_size more extensively
by Arnaldo Carvalho de Melo
· 12 years ago
5e56247
perf session: Use perf_evlist__sample_id_all more extensively
by Arnaldo Carvalho de Melo
· 12 years ago
7f3be65
perf session: Use perf_evlist__sample_type more extensively
by Arnaldo Carvalho de Melo
· 12 years ago
bde0946
perf evsel: Precalculate the sample size
by Arnaldo Carvalho de Melo
· 12 years ago
da37896
perf tools: Stop using a global trace events description list
by Arnaldo Carvalho de Melo
· 13 years ago
32c46e5
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 13 years ago
a9c34a9
perf tools: Remove unused evsel parameter from machine__resolve_callchain
by Jiri Olsa
· 13 years ago
80c0120
perf tools: Fix endianity swapping for adds_features bitmask
by David Ahern
· 13 years ago
b538752
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
by Roberto Agostino Vitillo
· 13 years ago
a978f2a
perf script: Add the offset field specifier
by Akihiro Nagai
· 13 years ago
002c4fd
perf tools: Fix out-of-bound access to struct perf_session
by Robert Richter
· 13 years ago
74eec26
perf tools: Add ability to synthesize event according to a sample
by Andrew Vagin
· 13 years ago
45694aa
perf tools: Rename perf_event_ops to perf_tool
by Arnaldo Carvalho de Melo
· 13 years ago
743eb86
perf tools: Resolve machine earlier and pass it to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
d20deb6
perf tools: Pass tool context in the the perf_event_ops functions
by Arnaldo Carvalho de Melo
· 13 years ago
246d4ce
perf session: Remove superfluous callchain_cursor member
by Arnaldo Carvalho de Melo
· 13 years ago
10d0f08
perf event: perf_event_ops->attr() manipulates only an evlist
by Arnaldo Carvalho de Melo
· 13 years ago
b424eba
perf session: Move threads to struct machine
by Arnaldo Carvalho de Melo
· 13 years ago
8866056
perf report: Add progress bar when processing time ordered events
by Arnaldo Carvalho de Melo
· 13 years ago
fbe96f2
perf tools: Make perf.data more self-descriptive (v8)
by Stephane Eranian
· 13 years ago
936be50
perf tool: Fix endianness handling of u32 data in samples
by David Ahern
· 13 years ago
eda3913
perf tools: Fix endian conversion reading event attr from file header
by David Ahern
· 13 years ago
Next »