index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-17
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
1
-1
/
+0
2013-09-11
perf tools: Add attr->mmap2 support
Stephane Eranian
1
-4
/
+12
2013-09-02
perf tools: Add support for PERF_COUNT_SW_DUMMY
Adrian Hunter
1
-0
/
+1
2013-08-29
perf tools: Add a function to calculate sample event size
Adrian Hunter
1
-0
/
+92
2013-08-29
perf tools: Expand perf_event__synthesize_sample()
Adrian Hunter
1
-2
/
+93
2013-08-29
perf tools: Add missing 'abi' member to 'struct regs_dump'
Adrian Hunter
1
-4
/
+3
2013-08-29
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
Adrian Hunter
1
-5
/
+96
2013-08-29
perf tools: Remove references to struct ip_event
Adrian Hunter
1
-2
/
+2
2013-08-29
perf evsel: Tidy up sample parsing overflow checking
Adrian Hunter
1
-41
/
+71
2013-08-16
perf tools: Add debug prints
Adrian Hunter
1
-1
/
+66
2013-08-16
perf tools: Try to increase the file descriptor limits on EMFILE
Andi Kleen
1
-0
/
+28
2013-08-07
perf evsel: Add support for enabling counters
Andi Kleen
1
-3
/
+18
2013-08-07
perf tools: Add 'S' event/group modifier to read sample value
Jiri Olsa
1
-0
/
+29
2013-08-07
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
Jiri Olsa
1
-2
/
+28
2013-07-22
perf evsel: Handle ENODEV on default cycles event
David Ahern
1
-1
/
+1
2013-07-12
perf tools: Use default include path notation for libtraceevent headers
Robert Richter
1
-4
/
+4
2013-07-08
perf evsel: Fix missing increment in sample parsing
Adrian Hunter
1
-1
/
+1
2013-07-08
perf evsel: Fix count parameter to read call in event_format__new
David Ahern
1
-1
/
+1
2013-05-28
perf evsel: Fix printing of perf_event_paranoid message
David Ahern
1
-1
/
+1
2013-04-01
perf record: Add support for mem access profiling
Stephane Eranian
1
-0
/
+3
2013-04-01
perf tools: Add mem access sampling core support
Stephane Eranian
1
-0
/
+6
2013-04-01
perf tools: Add support for weight v7 (modified)
Andi Kleen
1
-0
/
+10
2013-03-15
perf stat: Introduce --repeat forever
Frederik Deweerdt
1
-0
/
+6
2013-03-15
perf evsel: Cleanup perf_evsel__exit()
Namhyung Kim
1
-3
/
+2
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-1
/
+1
2013-02-06
perf evlist: Pass the event_group info via perf_attr_details
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-31
perf evlist: Add --group option
Namhyung Kim
1
-2
/
+22
2013-01-31
perf report: Show group description when event group is enabled
Namhyung Kim
1
-0
/
+25
2013-01-30
perf evsel: Fix memory leaks on evsel->counts
Namhyung Kim
1
-0
/
+5
2013-01-30
perf evsel: Add prev_raw_count field
Stephane Eranian
1
-0
/
+26
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
1
-0
/
+49
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
1
-0
/
+28
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
1
-3
/
+28
2012-12-11
perf evsel: Decode read_format and sample_type in perf_evsel__fprintf
Arnaldo Carvalho de Melo
1
-2
/
+50
2012-12-11
perf evsel: Adopt fprintf routine from 'perf evlist'
Arnaldo Carvalho de Melo
1
-0
/
+77
2012-12-11
perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
Arnaldo Carvalho de Melo
1
-2
/
+0
2012-12-11
perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
Arnaldo Carvalho de Melo
1
-2
/
+1
2012-12-10
perf evsel: Introduce method to request IDs be used
Arnaldo Carvalho de Melo
1
-0
/
+6
2012-12-10
perf evsel: Update sample_size when setting sample_type bits
Arnaldo Carvalho de Melo
1
-13
/
+32
2012-12-09
perf evsel: Convert to _is_group_leader method
Namhyung Kim
1
-3
/
+3
2012-12-09
perf evsel: Set leader evsel's ->leader to itself
Namhyung Kim
1
-0
/
+1
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
1
-2
/
+2
2012-11-19
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
1
-2
/
+2
2012-11-14
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-11-14
perf tools: Fix 'disabled' attribute config for record command
Jiri Olsa
1
-1
/
+41
2012-11-14
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
1
-5
/
+3
2012-10-14
perf: Fix UAPI fallout
Ingo Molnar
1
-1
/
+1
2012-09-26
perf evsel: Export the event_format constructor
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-09-26
perf evsel: Introduce rawptr() method
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-09-26
perf evsel: The tracepoint constructor should store sys:name
Arnaldo Carvalho de Melo
1
-4
/
+5
[next]