Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
45694aa7702bc44d538a3bcb51bb2bb96cf190c0
/
tools
/
perf
/
builtin-record.c
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
ed80f58
perf record: Move 'group' to perf_event_ops
by Arnaldo Carvalho de Melo
· 13 years ago
01c2d99
perf record: Move mmap_pages to perf_record_opts
by Arnaldo Carvalho de Melo
· 13 years ago
50a682c
perf evlist: Handle default value for 'pages' on mmap method
by Arnaldo Carvalho de Melo
· 13 years ago
35b9d88
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
by Arnaldo Carvalho de Melo
· 13 years ago
0f82ebc
perf evsel: Introduce config attr method
by Arnaldo Carvalho de Melo
· 13 years ago
b8631e6
perf ui: Rename ui__warning_paranoid to ui__error_paranoid
by Arnaldo Carvalho de Melo
· 13 years ago
727ab04
perf evlist: Fix grouping of multiple 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
9d01402
Merge commit 'v3.1-rc9' into perf/core
by Ingo Molnar
· 13 years ago
33e49ea
perf tools: Make stat/record print fatal signals of the target program
by Andi Kleen
· 13 years ago
764e16a3
perf record: Create events initially disabled and enable after init
by David Ahern
· 13 years ago
43bece7
perf tools: Add group event scheduling option to perf record/stat
by Lin Ming
· 13 years ago
4152ab3
perf evlist: Introduce 'disable' method
by Arnaldo Carvalho de Melo
· 13 years ago
f120f9d
perf tools: De-opt the parse_events function
by Jiri Olsa
· 13 years ago
646aaea6
perf tools: Make sure kptr_restrict warnings fit 80 col terms
by Arnaldo Carvalho de Melo
· 14 years ago
ec80fde
perf symbols: Handle /proc/sys/kernel/kptr_restrict
by Arnaldo Carvalho de Melo
· 14 years ago
aece948
perf evlist: Fix per thread mmap setup
by Arnaldo Carvalho de Melo
· 14 years ago
5d2cd90
perf evsel: Fix use of inherit
by Arnaldo Carvalho de Melo
· 14 years ago
800cd25
perf: mmap 512 kiB by default
by Frederic Weisbecker
· 14 years ago
ca6a425
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
by David Ahern
· 14 years ago
c286c41
perf tools: Fixup exit path when not able to open events
by Arnaldo Carvalho de Melo
· 14 years ago
a91e543
perf session: Use evlist/evsel for managing perf.data attributes
by Arnaldo Carvalho de Melo
· 14 years ago
0a10247
perf: Set filters before mmaping events
by Frederic Weisbecker
· 14 years ago
712a4b6
perf record: Delay setting the header writing atexit call
by Arnaldo Carvalho de Melo
· 14 years ago
023695d
perf tool: Add cgroup support
by Stephane Eranian
· 14 years ago
7c940c1
Merge remote branch 'acme/perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 14 years ago
401b8e1
perf tools: Fix thread_map event synthesizing in top and record
by Arnaldo Carvalho de Melo
· 14 years ago
7e2ed09
perf evlist: Store pointer to the cpu and thread maps
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
dc82009
perf record: No need to check for overwrites
by Arnaldo Carvalho de Melo
· 14 years ago
fd78260
perf threads: Move thread_map to separate file
by Arnaldo Carvalho de Melo
· 14 years ago
d7065ad
perf record: auto detect when stdout is a pipe
by Franck Bui-Huu
· 14 years ago
0a27d7f
perf record: Use perf_evlist__mmap
by Arnaldo Carvalho de Melo
· 14 years ago
115d2d8
perf record: Move perf_mmap__write_tail to perf.h
by Arnaldo Carvalho de Melo
· 14 years ago
744bd8a
perf record: Use struct perf_mmap and helpers
by Arnaldo Carvalho de Melo
· 14 years ago
dd7927f
perf record: Use perf_evsel__open
by Arnaldo Carvalho de Melo
· 14 years ago
5c58104
perf evlist: Adopt the pollfd array
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
ad7f4e3
perf tools: Fix tracepoint id to string perf.data header table
by Arnaldo Carvalho de Melo
· 14 years ago
acac03f
perf record: Add "nodelay" mode, disabled by default
by Kirill Smelkov
· 14 years ago
4ad9f59
Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return"
by Arnaldo Carvalho de Melo
· 14 years ago
bd3bfe9
perf evsel: Fix order of event list deletion
by Arnaldo Carvalho de Melo
· 14 years ago
aa7bc7e
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
by Arnaldo Carvalho de Melo
· 14 years ago
5c98d466
perf tools: Refactor all_tids to hold nr and the map
by Arnaldo Carvalho de Melo
· 14 years ago
60d567e
perf tools: Refactor cpumap to hold nr and the map
by Arnaldo Carvalho de Melo
· 14 years ago
70d544d
perf evsel: Delete the event selectors at exit
by Arnaldo Carvalho de Melo
· 14 years ago
69aad6f
perf tools: Introduce event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
a43d3f0
perf record: Fix use of sample_id_all userspace with !sample_id_all kernels
by Arnaldo Carvalho de Melo
· 14 years ago
eac23d1
perf record,report,annotate,diff: Process events in order
by Ian Munsie
· 14 years ago
21ef97f
perf session: Fallback to unordered processing if no sample_id_all
by Ian Munsie
· 14 years ago
006b20f
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
18483b8
perf record: Fix eternal wait for stillborn child
by Arnaldo Carvalho de Melo
· 14 years ago
9c90a61
perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events
by Arnaldo Carvalho de Melo
· 14 years ago
640c03c
perf session: Parse sample earlier
by Arnaldo Carvalho de Melo
· 14 years ago
baa2f6c
perf record: Add option to disable collecting build-ids
by Arnaldo Carvalho de Melo
· 14 years ago
6c869e7
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 14 years ago
c1a3a4b
perf record: Handle restrictive permissions in /proc/{kallsyms,modules}
by Arnaldo Carvalho de Melo
· 14 years ago
d9cf837
perf stat: Change and clean up sys_perf_event_open error handling
by Corey Ashford
· 14 years ago
bca647a
perf record: make the record options available outside perf record
by Tom Zanussi
· 14 years ago
b44308f
perf scripting: Shut up 'perf record' final status
by Arnaldo Carvalho de Melo
· 14 years ago
0ab7368
perf record: Remove newline character from perror() argument
by Matt Fleming
· 14 years ago
d65a458
perf tools: Release session and symbol resources on exit
by Arnaldo Carvalho de Melo
· 14 years ago
39d17da
perf record: Release resources at exit
by Arnaldo Carvalho de Melo
· 14 years ago
f384c95
Merge branch 'linus' into perf/core
by Thomas Gleixner
· 14 years ago
830f4c8
perf kvm: Get rid of unused guest_kallsyms
by Gui Jianfeng
· 14 years ago
5ffc888
perf record: prevent kill(0, SIGTERM);
by Ian Munsie
· 14 years ago
a1ac1d3
perf record: Add option to avoid updating buildid cache
by Stephane Eranian
· 14 years ago
cf103a1
perf record: Avoid synthesizing mmap() for all processes in per-thread mode
by Stephane Eranian
· 14 years ago
3af9e85
perf: Add non-exec mmap() tracking
by Eric B Munson
· 15 years ago
f60f359
perf report: Implement --sort cpu
by Arun Sharma
· 14 years ago
c45c6ea
perf tools: Add the ability to specify list of cpus to monitor
by Stephane Eranian
· 15 years ago
2fb750e
perf-record: Check correct pid when forking
by Borislav Petkov
· 14 years ago
0e2e63d
perf-record: Share per-cpu buffers
by Peter Zijlstra
· 15 years ago
57adc51
perf-record: Remove -M
by Peter Zijlstra
· 15 years ago
ef365ce
perf record: remove unneeded gettimeofday() call
by Russ Anderson
· 15 years ago
a41794c
perf tools: Remove some unused functions
by Arnaldo Carvalho de Melo
· 15 years ago
1967936
perf options: Check v type in OPT_U?INTEGER
by Arnaldo Carvalho de Melo
· 15 years ago
3de29ca
perf record: Fix bug mismatch with -c option definition
by Stephane Eranian
· 15 years ago
2e6cdf9
perf tools: change event inheritance logic in stat and record
by Stephane Eranian
· 15 years ago
9840280
perf: Introduce a new "round of buffers read" pseudo event
by Frederic Weisbecker
· 15 years ago
db620b1
perf/record: simplify TRACE_INFO tracepoint check
by Tom Zanussi
· 15 years ago
63e0c77
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
by Tom Zanussi
· 15 years ago
2c9faa0
perf record: Don't exit in live mode when no tracepoints are enabled
by Arnaldo Carvalho de Melo
· 15 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
789688f
perf/live: don't synthesize build ids at the end of a live mode trace
by Tom Zanussi
· 15 years ago
23346f2
perf tools: Rename "kernel_info" to "machine"
by Arnaldo Carvalho de Melo
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
84b13fd
Merge branch 'perf/live' into perf/core
by Ingo Molnar
· 15 years ago
f921281
perf: Make the trace events sample period default to 1
by Frederic Weisbecker
· 15 years ago
7865e81
perf: Make -f the default for perf record
by Frederic Weisbecker
· 15 years ago
c7929e4
perf: Convert perf header build_ids into build_id events
by Tom Zanussi
· 15 years ago
9215545
perf: Convert perf tracing data into a tracing_data event
by Tom Zanussi
· 15 years ago
cd19a03
perf: Convert perf event types into event type events
by Tom Zanussi
· 15 years ago
2c46dbb
perf: Convert perf header attrs into attr events
by Tom Zanussi
· 15 years ago
529870e
perf record: Introduce special handling for pipe output
by Tom Zanussi
· 15 years ago
Next »