Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3183f8ca304fd84096c44332f9bb699943beb6f1
/
tools
/
perf
/
util
/
session.c
3183f8c
perf symbols: Unify symbol maps
by Arnaldo Carvalho de Melo
· 7 years ago
41a43da
perf report: Remove duplicated 'samples' in lost samples warning
by Arnaldo Carvalho de Melo
· 7 years ago
631e8f0
perf report: Fix regression when decoding intel_pt traces
by Mathieu Poirier
· 7 years ago
075ca1e
perf tools: Make the tool's warning messages optional
by Jiri Olsa
· 7 years ago
f250b09
perf report: Fix -D output for user metadata events
by Arnaldo Carvalho de Melo
· 7 years ago
93d10af
perf tools: Optimize sample parsing for ordered events
by Jiri Olsa
· 7 years ago
dc83e13
perf ordered_events: Pass timestamp arg in perf_session__queue_event
by Jiri Olsa
· 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
ca4b9c3b
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 7 years ago
7f0cd23
perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACE
by Namhyung Kim
· 7 years ago
8233822
perf ui progress: Add size info into progress bar
by Jiri Olsa
· 7 years ago
8780fb2
perf sort: Add sort option for physical address
by Kan Liang
· 7 years ago
dac7f6b
perf report: Add dump_read function
by Jiri Olsa
· 7 years ago
e9def1b
perf tools: Add feature header record to pipe-mode
by David Carrillo-Cisneros
· 8 years ago
3079546
perf tools: Fix message because cpu list option is -C not -c
by Adrian Hunter
· 8 years ago
98521b3
perf memswap: Split the byteswap memory range wrappers from util.[ch]
by Arnaldo Carvalho de Melo
· 8 years ago
e7ff892
perf tools: Use just forward declarations for struct thread where possible
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
0973ad9
perf session: Don't rely on evlist in pipe mode
by David Carrillo-Cisneros
· 8 years ago
1e0d4f0
perf inject: Copy events when reordering events in pipe mode
by David Carrillo-Cisneros
· 8 years ago
05a1f47
perf tools: Handle partial AUX records and print a warning
by Alexander Shishkin
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
8074bf5
perf session: Fix DEBUG=1 build with clang
by Arnaldo Carvalho de Melo
· 8 years ago
a0b2f5a
perf tools: Be consistent on the type of map->symbols[] interator
by Arnaldo Carvalho de Melo
· 8 years ago
d94386f
perf evlist: Fix typo in deliver_sample()
by Soramichi AKIYAMA
· 8 years ago
f45f561
perf report: Move captured info to generic header info
by Jiri Olsa
· 8 years ago
f06149c
perf session: Don't warn about out of order event if write_backward is used
by Wang Nan
· 9 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
e144655
perf session: Destructors should accept NULL
by Arnaldo Carvalho de Melo
· 9 years ago
616d1c1
Merge branch 'linus' into perf/core, to refresh the branch
by Ingo Molnar
· 9 years ago
792d48b
perf tools: Per event max-stack settings
by Arnaldo Carvalho de Melo
· 9 years ago
16bf834
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
acf2abb
perf evsel: Add missign class prefix to has_branch_stack method
by Arnaldo Carvalho de Melo
· 9 years ago
bd1a0be5
tools/perf: Fix misspellings in comments.
by Adam Buchbinder
· 9 years ago
b26dc73
perf session: Make ordered_events reusable
by Wang Nan
· 9 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
ea45396
perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()
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
473398a
perf tools: Add cpumode to struct perf_sample
by Arnaldo Carvalho de Melo
· 9 years ago
5fb0ac1
perf session: Simplify tool stubs
by Adrian Hunter
· 9 years ago
3caeaa5
perf kvm record/report: 'unprocessable sample' error while recording/reporting guest data
by Ravi Bangoria
· 9 years ago
3ba78bd
perf stat record: Initialize record features
by Jiri Olsa
· 9 years ago
2d2aea6
perf report: Display newly added events in raw dump
by Jiri Olsa
· 9 years ago
ffe77725
perf tools: Add event_update user level event
by Jiri Olsa
· 9 years ago
2d8f0f1
perf tools: Add stat round user level event
by Jiri Olsa
· 9 years ago
d80518c
perf tools: Add stat user level event
by Jiri Olsa
· 9 years ago
374fb9e
perf tools: Add stat config user level event
by Jiri Olsa
· 9 years ago
6640b6c
perf cpu_map: Add cpu_map user level event
by Jiri Olsa
· 9 years ago
5f3339d
perf thread_map: Add thread_map user level event
by Jiri Olsa
· 9 years ago
9d8b172
perf tools: Make perf_session__register_idle_thread drop the refcount
by Masami Hiramatsu
· 9 years ago
e87b491
perf session: Add missing newlines to some pr_err() calls
by Arnaldo Carvalho de Melo
· 9 years ago
c53d138
perf top: Register idle thread
by Namhyung Kim
· 9 years ago
03cd1fe
perf script: Add a setting for maximum stack depth
by Adrian Hunter
· 9 years ago
a38f48e
perf session: Warn when AUX data has been lost
by Adrian Hunter
· 9 years ago
b572727
Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new changes
by Ingo Molnar
· 9 years ago
381c02f
perf record: Avoid infinite loop at buildid processing with no samples
by Mark Rutland
· 9 years ago
4cde998
perf machine: Add pointer to sample's environment
by Arnaldo Carvalho de Melo
· 9 years ago
f0ce888
perf env: Move perf_env out of header.h and session.c into separate object
by Arnaldo Carvalho de Melo
· 9 years ago
1b29ac5
perf session: Don't call dump_sample() when evsel is NULL
by Kan Liang
· 9 years ago
2bb00d2
perf tools: Store the cpu socket and core ids in the perf.data header
by Kan Liang
· 9 years ago
ce80d3b
perf tools: Rename perf_session_env to perf_env
by Kan Liang
· 9 years ago
0e332f0
perf tools: Add support for cycles, weight branch_info field
by Andi Kleen
· 10 years ago
4c7de49
perf session env: Rename exit method
by Arnaldo Carvalho de Melo
· 9 years ago
0286039
perf tools: Add new PERF_RECORD_SWITCH event
by Adrian Hunter
· 9 years ago
768dd3f
perf header: Use argv style storage for cmdline feature data
by Jiri Olsa
· 9 years ago
f30a79b
perf tools: Add reference counting for cpu_map object
by Jiri Olsa
· 10 years ago
fe692ac
perf tools: Print a newline before dumping Aggregated stats
by Adrian Hunter
· 10 years ago
5531e16
perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUND
by Adrian Hunter
· 10 years ago
9d9cad7
perf tools: Configurable per thread proc map processing time out
by Kan Liang
· 10 years ago
930e6fc
perf tools: Add time out to force stop proc map processing
by Kan Liang
· 10 years ago
a5499b3
perf tools: Ensure thread-stack is flushed
by Adrian Hunter
· 10 years ago
b30b617
perf tools: Fix a problem when opening old perf.data with different byte order
by Wang Nan
· 10 years ago
6ba29c2
perf tools: Fix build failure on 32-bit arch
by He Kuang
· 10 years ago
c4937a9
perf tools: handle PERF_RECORD_LOST_SAMPLES
by Kan Liang
· 10 years ago
554e92e
perf session: Fix perf_session__peek_event()
by Adrian Hunter
· 10 years ago
0ad21f6
perf tools: Add support for PERF_RECORD_ITRACE_START
by Adrian Hunter
· 10 years ago
4a96f7a
perf tools: Add support for PERF_RECORD_AUX
by Adrian Hunter
· 10 years ago
99fa298
perf tools: Add AUX area tracing index
by Adrian Hunter
· 10 years ago
70d73de
perf tools: Add aux_watermark member of struct perf_event_attr
by Adrian Hunter
· 10 years ago
85ed472
perf auxtrace: Add helpers for AUX area tracing errors
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
e9bf54d
perf tools: Add a user event for AUX area tracing errors
by Adrian Hunter
· 10 years ago
a16ac02
perf tools: Add user events for AUX area tracing
by Adrian Hunter
· 10 years ago
ba92732
perf kmaps: Check kmaps to make code more robust
by Wang Nan
· 10 years ago
9870d78
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
by Arnaldo Carvalho de Melo
· 10 years ago
aae59fa
perf session: Always initialize ordered_events
by Arnaldo Carvalho de Melo
· 10 years ago
4a6b362
perf ordered_events: Adopt queue() method
by Arnaldo Carvalho de Melo
· 10 years ago
d704ebd
perf tools: tool->finished_round() doesn't need perf_session
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
f3b623b
perf tools: Reference count struct thread
by Arnaldo Carvalho de Melo
· 10 years ago
9fa8727
perf session: Remove perf_session from dump_event
by Arnaldo Carvalho de Melo
· 10 years ago
Next »