Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5b95a4a3b52a1de84022dfaf580df4b5251f4a15
/
tools
/
perf
/
util
/
evsel.c
5b95a4a3
perf tools: Add missing 'abi' member to 'struct regs_dump'
by Adrian Hunter
· 11 years ago
7556257
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
by Adrian Hunter
· 11 years ago
ef89325
perf tools: Remove references to struct ip_event
by Adrian Hunter
· 11 years ago
03b6ea9
perf evsel: Tidy up sample parsing overflow checking
by Adrian Hunter
· 11 years ago
e3e1a54
perf tools: Add debug prints
by Adrian Hunter
· 11 years ago
bec1967
perf tools: Try to increase the file descriptor limits on EMFILE
by Andi Kleen
· 11 years ago
e2407be
perf evsel: Add support for enabling counters
by Andi Kleen
· 11 years ago
3c17631
perf tools: Add 'S' event/group modifier to read sample value
by Jiri Olsa
· 12 years ago
9ede473
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
by Jiri Olsa
· 12 years ago
2b821cc
perf evsel: Handle ENODEV on default cycles event
by David Ahern
· 11 years ago
4e31902
perf tools: Use default include path notation for libtraceevent headers
by Robert Richter
· 12 years ago
54bd269
perf evsel: Fix missing increment in sample parsing
by Adrian Hunter
· 11 years ago
7cab84e
perf evsel: Fix count parameter to read call in event_format__new
by David Ahern
· 11 years ago
b69e63a
perf evsel: Fix printing of perf_event_paranoid message
by David Ahern
· 12 years ago
ccf49bf
perf record: Add support for mem access profiling
by Stephane Eranian
· 12 years ago
98a3b32
perf tools: Add mem access sampling core support
by Stephane Eranian
· 12 years ago
0548429
perf tools: Add support for weight v7 (modified)
by Andi Kleen
· 12 years ago
a7e191c
perf stat: Introduce --repeat forever
by Frederik Deweerdt
· 12 years ago
736b05a
perf evsel: Cleanup perf_evsel__exit()
by Namhyung Kim
· 12 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
e35ef355
perf evlist: Pass the event_group info via perf_attr_details
by Arnaldo Carvalho de Melo
· 12 years ago
e6ab07d
perf evlist: Add --group option
by Namhyung Kim
· 12 years ago
717e263
perf report: Show group description when event group is enabled
by Namhyung Kim
· 12 years ago
43f8e76
perf evsel: Fix memory leaks on evsel->counts
by Namhyung Kim
· 12 years ago
c7a79c4
perf evsel: Add prev_raw_count field
by Stephane Eranian
· 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
c79a439
perf evsel: Decode read_format and sample_type in perf_evsel__fprintf
by Arnaldo Carvalho de Melo
· 12 years ago
0698aed
perf evsel: Adopt fprintf routine from 'perf evlist'
by Arnaldo Carvalho de Melo
· 12 years ago
62b807f
perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
by Arnaldo Carvalho de Melo
· 12 years ago
3a5afae
perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
by Arnaldo Carvalho de Melo
· 12 years ago
7a5a5ca
perf evsel: Introduce method to request IDs be used
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
823254e
perf evsel: Convert to _is_group_leader method
by Namhyung Kim
· 12 years ago
2cfda56
perf evsel: Set leader evsel's ->leader to itself
by Namhyung Kim
· 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
07ac002
perf evsel: Introduce is_group_member method
by Arnaldo Carvalho de Melo
· 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
7d380c8
perf: Fix UAPI fallout
by Ingo Molnar
· 12 years ago
201b733
perf evsel: Export the event_format constructor
by Arnaldo Carvalho de Melo
· 12 years ago
5d2074e
perf evsel: Introduce rawptr() method
by Arnaldo Carvalho de Melo
· 12 years ago
e48ffe2
perf evsel: The tracepoint constructor should store sys:name
by Arnaldo Carvalho de Melo
· 12 years ago
745cefc
perf evlist: Introduce set_filter() method
by Arnaldo Carvalho de Melo
· 12 years ago
e6b6f67
perf evsel: Handle endianity in intval method
by Arnaldo Carvalho de Melo
· 12 years ago
0807d2d
perf evsel: Know if byte swap is needed
by Arnaldo Carvalho de Melo
· 12 years ago
0b80f8b3
perf evsel: Improve tracepoint constructor setup
by Arnaldo Carvalho de Melo
· 12 years ago
efd2b92
perf evsel: Provide a new constructor for tracepoints
by Arnaldo Carvalho de Melo
· 12 years ago
5555ded
perf evsel: Introduce perf_evsel__{str,int}val methods
by Arnaldo Carvalho de Melo
· 12 years ago
8ad7013
perf test: Add round trip test for sw and hw event names
by Arnaldo Carvalho de Melo
· 12 years ago
ca1b145
perf tools: Report number of pmu type of unknown events
by Robert Richter
· 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
0f6a301
perf tools: Support user regs and stack in sample parsing
by Jiri Olsa
· 12 years ago
a3f698f
perf evsel: Adopt parse_sample method from perf_event
by Arnaldo Carvalho de Melo
· 12 years ago
bde0946
perf evsel: Precalculate the sample size
by Arnaldo Carvalho de Melo
· 12 years ago
287e74a
perf evsel: Handle hw breakpoints event names in perf_evsel__name()
by Jiri Olsa
· 12 years ago
35a4687
perf evsel: Fix a build failure on cross compilation
by Namhyung Kim
· 12 years ago
dd4f522
perf evsel: Make some methods private
by Arnaldo Carvalho de Melo
· 13 years ago
6eef3d9
perf evsel: Reconstruct raw event with modifiers from perf_event_attr
by Arnaldo Carvalho de Melo
· 13 years ago
7289f83
perf tools: Move all users of event_name to perf_evsel__name
by Arnaldo Carvalho de Melo
· 13 years ago
a446083
perf evsel: Handle all event types in perf_evsel__name
by Arnaldo Carvalho de Melo
· 13 years ago
335c2f5
perf tools: Reconstruct sw event with modifiers from perf_event_attr
by Arnaldo Carvalho de Melo
· 13 years ago
0b668bc
perf tools: Reconstruct hw cache event with modifiers from perf_event_attr
by Arnaldo Carvalho de Melo
· 13 years ago
27f1861
perf evsel: Carve out event modifier formatting
by Arnaldo Carvalho de Melo
· 13 years ago
37073f9
perf evsel: Fix 32 bit values endianity swap for sample_id_all header
by Jiri Olsa
· 13 years ago
c410431
perf tools: Reconstruct event with modifiers from perf_event_attr
by Arnaldo Carvalho de Melo
· 13 years ago
6a11f92
perf tools: Add union u64_swap type for swapping u64 data
by Jiri Olsa
· 13 years ago
e40ee74
perf target: Add cpu flag to sample_type if target has cpu
by Namhyung Kim
· 13 years ago
5e1c81d
perf evsel: Create events initially disabled -- again
by David Ahern
· 13 years ago
aa22dd4
perf target: Rename functions to avoid double negation
by Namhyung Kim
· 13 years ago
d67356e
perf target: Consolidate target task/cpu checking
by Namhyung Kim
· 13 years ago
12864b3
perf target: Split out perf_target handling code
by Namhyung Kim
· 13 years ago
bea0340
perf tools: Introduce struct perf_target
by Namhyung Kim
· 13 years ago
fa30c96
perf tools: Fix bug in raw sample parsing
by Stephane Eranian
· 13 years ago
4bf9ce1
perf diff: Fix to work with new hists design
by Jiri Olsa
· 13 years ago
5090c6a
perf tools: Do not disable members of group event
by Namhyung Kim
· 13 years ago
bdfebd8
perf record: Add support for sampling taken branch
by Roberto Agostino Vitillo
· 13 years ago
b538752
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
by Roberto Agostino Vitillo
· 13 years ago
808e122
perf tools: Invert the sample_id_all logic
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
5ddf146
Merge branch 'perf/urgent' into perf/core
by Arnaldo Carvalho de Melo
· 13 years ago
a4a03fc
perf evsel: Fix an issue where perf report fails to show the proper percentage
by Naveen N. Rao
· 13 years ago
f9d3699
perf evsel: Fix spelling typo
by Masanari Iida
· 13 years ago
f3bda2c
perf evsel: Fix uninitialized memory access to struct perf_sample
by Robert Richter
· 13 years ago
3e76ac7
perf record: Add ability to record event period
by Andrew Vagin
· 13 years ago
74eec26
perf tools: Add ability to synthesize event according to a sample
by Andrew Vagin
· 13 years ago
d6c1c49
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
0f82ebc
perf evsel: Introduce config attr method
by Arnaldo Carvalho de Melo
· 13 years ago
0e2a5f1
perf python: Fix undefined symbol problem
by Arnaldo Carvalho de Melo
· 13 years ago
727ab04
perf evlist: Fix grouping of multiple events
by Arnaldo Carvalho de Melo
· 13 years ago
1980c2eb
perf hists: Threaded addition and sorting of entries
by Arnaldo Carvalho de Melo
· 13 years ago
8e303f2
perf tools: Fix raw sample reading
by Jiri Olsa
· 13 years ago
936be50
perf tool: Fix endianness handling of u32 data in samples
by David Ahern
· 13 years ago
7cec092
perf script: Add printing of sample address
by David Ahern
· 14 years ago
c2a7065
perf evlist: Don't die if sample_{id_all|type} is invalid
by Arnaldo Carvalho de Melo
· 14 years ago
4af4c95
perf events: initialize fd array to -1 instead of 0
by David Ahern
· 14 years ago
Next »