Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
40e2c71d57565a82970a5a2b75f7eb67bb3252f4
/
tools
/
perf
/
util
/
evsel.c
509051e
perf record: Rename --no-delay to --no-buffering
by Arnaldo Carvalho de Melo
· 11 years ago
6619a53
perf record: Add --initial-delay option
by Andi Kleen
· 11 years ago
74cf249
perf tools: Use zfree to help detect use after free bugs
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
b400679
perf tools: Rename 'perf_record_opts' to 'record_opts
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
97978b3
perf tools: Add trace-event global object for tracepoint interface
by Jiri Olsa
· 11 years ago
71ad958
tools lib traceevent: Change pevent_parse_format to include pevent handle
by Jiri Olsa
· 11 years ago
3aa5939
perf record: Make per-cpu mmaps the default.
by Adrian Hunter
· 11 years ago
410136f
tools/perf/stat: Add event unit and scale support
by Stephane Eranian
· 11 years ago
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
ef50383
perf evsel: Remove idx parm from constructor
by Arnaldo Carvalho de Melo
· 11 years ago
42d8891
perf evsel: Synthesize PERF_SAMPLE_TRANSACTION
by Adrian Hunter
· 11 years ago
87b9552
perf evsel: Add missing overflow check for TRANSACTION
by Adrian Hunter
· 11 years ago
1e7ed5e
perf evsel: Always use perf_evsel__set_sample_bit()
by Adrian Hunter
· 11 years ago
f852fd6
perf evsel: Add a debug print if perf_event_open fails
by Adrian Hunter
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
dd44bc6
perf evsel: Add missing decrement in id sample parsing
by Adrian Hunter
· 11 years ago
40d54ec
perf evsel: Add missing 'mmap2' from debug print
by Adrian Hunter
· 11 years ago
3090ffb
perf: Disable PERF_RECORD_MMAP2 support
by Stephane Eranian
· 11 years ago
a65cb4b
perf evlist: Fix perf_evlist__mmap_read event overflow
by Jiri Olsa
· 11 years ago
475eeab
tools/perf: Add support for record transaction flags
by Andi Kleen
· 11 years ago
5c5e854
perf tools: Add attr->mmap2 support
by Stephane Eranian
· 11 years ago
d22d1a2
perf tools: Add support for PERF_COUNT_SW_DUMMY
by Adrian Hunter
· 11 years ago
b1cf6f6
perf tools: Add a function to calculate sample event size
by Adrian Hunter
· 11 years ago
d03f217
perf tools: Expand perf_event__synthesize_sample()
by Adrian Hunter
· 11 years ago
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
· 13 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
Next »