Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bfc29e95950345dca0d64a79da46f6b8592c0b1e
/
tools
/
perf
/
builtin-record.c
61eaa3b
perf record: Don't use globals where not needed to
by Arnaldo Carvalho de Melo
· 12 years ago
95485b1
perf tools: Convert to LIBUNWIND_SUPPORT
by Namhyung Kim
· 12 years ago
1491a63
perf evlist: Renane set_filters method to apply_filters
by Arnaldo Carvalho de Melo
· 12 years ago
1863fbb
perf record: Print event causing perf_event_open() to fail
by Stephane Eranian
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
8d3eca2
perf record: Remove use of die/exit
by David Ahern
· 12 years ago
0c21f73
perf evlist: Introduce evsel list accessors
by Arnaldo Carvalho de Melo
· 12 years ago
63dab22
perf evlist: Rename __group method to __set_leader
by Arnaldo Carvalho de Melo
· 12 years ago
6a4bb04
perf tools: Enable grouping logic for parsed events
by Jiri Olsa
· 12 years ago
26d3302
perf tools: Support for DWARF mode callchain
by Jiri Olsa
· 12 years ago
56e6f60
perf tool: Save cmdline from user in file header vs what is passed to record
by David Ahern
· 12 years ago
7b56cce
perf session: Use perf_evlist__id_hdr_size more extensively
by Arnaldo Carvalho de Melo
· 12 years ago
7289f83
perf tools: Move all users of event_name to perf_evsel__name
by Arnaldo Carvalho de Melo
· 12 years ago
3780f48
perf tools: Convert critical messages to ui__error()
by Namhyung Kim
· 12 years ago
447a601
perf tools: Bump default sample freq to 4 kHz
by Arnaldo Carvalho de Melo
· 12 years ago
2eeaaa0
perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA
by Stephane Eranian
· 12 years ago
d1cb9fc
perf target: Add uses_mmap field
by Namhyung Kim
· 12 years ago
d1cae34
perf record: Reset event name when falling back to cpu-clock
by David Ahern
· 13 years ago
028d455
perf record: Fix fallback to cpu-clock on ppc
by David Ahern
· 13 years ago
d67356e
perf target: Consolidate target task/cpu checking
by Namhyung Kim
· 13 years ago
16ad2ff
perf tools: Introduce perf_target__strerror()
by Namhyung Kim
· 13 years ago
dfe78ad
perf target: Introduce perf_target__parse_uid()
by Namhyung Kim
· 13 years ago
b809ac1
perf evlist: Make create_maps() take struct perf_target
by Namhyung Kim
· 13 years ago
4bd0f2d
perf tools: Introduce perf_target__validate() helper
by Namhyung Kim
· 13 years ago
bea0340
perf tools: Introduce struct perf_target
by Namhyung Kim
· 13 years ago
5a7ed29
perf record: Use sw counter only if hw pmu is not detected
by Robert Richter
· 13 years ago
330aa67
perf record: Add HEADER_BRANCH_STACK tag
by Stephane Eranian
· 13 years ago
a5aabda
perf record: Provide default branch stack sampling mode option
by Stephane Eranian
· 13 years ago
bdfebd8
perf record: Add support for sampling taken branch
by Roberto Agostino Vitillo
· 13 years ago
808e122
perf tools: Invert the sample_id_all logic
by Arnaldo Carvalho de Melo
· 13 years ago
0c97812
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
by Arnaldo Carvalho de Melo
· 13 years ago
b52956c
perf tools: Allow multiple threads or processes in record, stat, top
by David Ahern
· 13 years ago
d366549
perf record: No build id option fails
by David Ahern
· 13 years ago
781ba9d
perf record: Make feature initialization generic
by Robert Richter
· 13 years ago
0d37aa3
perf tools: Introduce per user view
by Arnaldo Carvalho de Melo
· 13 years ago
e20960c
perf tools: Unify handling of features when writing feature section
by Robert Richter
· 13 years ago
41d0d93
perf: builtin-record: Document and check that mmap_pages must be a power of two.
by Nelson Elhage
· 13 years ago
18e6093
perf: builtin-record: Provide advice if mmap'ing fails with EPERM.
by Nelson Elhage
· 13 years ago
3e76ac7
perf record: Add ability to record event period
by Andrew Vagin
· 13 years ago
806fb63
perf evlist: Always do automatic allocation of pollfd and mmap structures
by Arnaldo Carvalho de Melo
· 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
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
646aaea
perf tools: Make sure kptr_restrict warnings fit 80 col terms
by Arnaldo Carvalho de Melo
· 13 years ago
ec80fde
perf symbols: Handle /proc/sys/kernel/kptr_restrict
by Arnaldo Carvalho de Melo
· 13 years ago
aece948
perf evlist: Fix per thread mmap setup
by Arnaldo Carvalho de Melo
· 13 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
Next »