Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7e941a7999fe5ece856c066ba94c929870e30fe0
/
tools
/
perf
/
builtin-record.c
539e6bb
perf record: Add an option to force per-cpu mmaps
by Adrian Hunter
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
a9986fa
perf record: Move existing write_output into helper function
by David Ahern
· 11 years ago
410f178
perf record: Use correct return type for write()
by Adrian Hunter
· 11 years ago
a33fbd5
perf machine: Simplify synthesize_threads method
by Arnaldo Carvalho de Melo
· 11 years ago
58d925d
perf machine: Introduce synthesize_threads method out of open coded equivalent
by Arnaldo Carvalho de Melo
· 11 years ago
62605dc50
perf record: Synthesize non-exec MMAP records when --data used
by Arnaldo Carvalho de Melo
· 11 years ago
7ab75cf
perf record: Remove post_processing_offset variable
by David Ahern
· 11 years ago
f34b900
perf record: Remove advance_output function
by David Ahern
· 11 years ago
57706ab
perf record: Refactor feature handling into a separate function
by David Ahern
· 11 years ago
714647b
perf tools: Check maximum frequency rate for record/top
by Jiri Olsa
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
09b0fd4
perf record: Split -g and --call-graph
by Jiri Olsa
· 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
f5fc141
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
4f62468
perf record: Improve write_output error message
by Adrian Hunter
· 11 years ago
994a1f7
perf tools: Check mmap pages value early
by Jiri Olsa
· 11 years ago
918512b
perf tools: Unify page_size usage
by Jiri Olsa
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
0126d49
tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf record -j
by Andi Kleen
· 11 years ago
6065210
perf tools: Remove event types framework completely
by Jiri Olsa
· 12 years ago
30d3507
perf record: Remove event types pushing
by Jiri Olsa
· 12 years ago
4a4d371
perf record: Remove -f/--force option
by Jiri Olsa
· 12 years ago
563aecb
perf record: Remove -A/--append option
by Jiri Olsa
· 12 years ago
804f7ac
perf record: handle death by SIGTERM
by David Ahern
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
62baca8
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
by Namhyung Kim
· 12 years ago
8fa60e1
perf record: Fixup return path of cmd_record()
by Namhyung Kim
· 12 years ago
55e162e
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
119fa3c
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
6ef73ec
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
334fe7a
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
by Namhyung Kim
· 12 years ago
e4dd45f
perf record: Fix -C option
by Jiri Olsa
· 12 years ago
a8bb559
perf header: Add HEADER_GROUP_DESC feature
by Namhyung Kim
· 12 years ago
34ba512
perf machine: Simplify accessing the host machine
by Arnaldo Carvalho de Melo
· 12 years ago
876650e
perf machine: Introduce struct machines
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
56e52e8
perf evsel: Introduce perf_evsel__open_strerror method
by Arnaldo Carvalho de Melo
· 12 years ago
c0a5434
perf evsel: Introduce event fallback method
by Arnaldo Carvalho de Melo
· 12 years ago
594ac61
perf evsel: Do missing feature fallbacks in just one place
by Arnaldo Carvalho de Melo
· 12 years ago
75d9a108
perf record: Export the callchain parsing routine and help
by Arnaldo Carvalho de Melo
· 12 years ago
c5ff78c
perf record: Pass perf_record_opts to the callchain cmdline parsing callback
by Arnaldo Carvalho de Melo
· 12 years ago
f77a951
perf evlist: Set the leader in the perf_evlist__config method
by Arnaldo Carvalho de Melo
· 12 years ago
7be5ebe
perf evsel: Update sample_size when setting sample_type bits
by Arnaldo Carvalho de Melo
· 12 years ago
2711926
perf tools: Ensure single disable call per event in record comand
by Jiri Olsa
· 12 years ago
774cb49
perf tools: Fix 'disabled' attribute config for record command
by Jiri Olsa
· 12 years ago
cac2142
perf tools: Fix attributes for '{}' defined event groups
by Jiri Olsa
· 12 years ago
0089fa9
perf record: Fix mmap error output condition
by Jiri Olsa
· 12 years ago
2305c82
perf tools: Give user better message if precise is not supported
by David Ahern
· 12 years ago
78da39f
perf tools: Add on_exit implementation
by Bernhard Rosenkraenzer
· 12 years ago
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
· 13 years ago
3780f48
perf tools: Convert critical messages to ui__error()
by Namhyung Kim
· 13 years ago
447a601
perf tools: Bump default sample freq to 4 kHz
by Arnaldo Carvalho de Melo
· 13 years ago
2eeaaa0
perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA
by Stephane Eranian
· 13 years ago
d1cb9fc
perf target: Add uses_mmap field
by Namhyung Kim
· 13 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
Next »