index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-09-26
perf evlist: Introduce set_filter() method
Arnaldo Carvalho de Melo
1
-0
/
+18
2012-09-26
perf evsel: Handle endianity in intval method
Arnaldo Carvalho de Melo
1
-4
/
+34
2012-09-26
perf evsel: Know if byte swap is needed
Arnaldo Carvalho de Melo
1
-5
/
+8
2012-09-26
perf evsel: Improve tracepoint constructor setup
Arnaldo Carvalho de Melo
1
-1
/
+5
2012-09-24
perf evsel: Provide a new constructor for tracepoints
Arnaldo Carvalho de Melo
1
-6
/
+82
2012-09-11
perf evsel: Introduce perf_evsel__{str,int}val methods
Arnaldo Carvalho de Melo
1
-0
/
+35
2012-09-06
perf test: Add round trip test for sw and hw event names
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-08-17
perf tools: Report number of pmu type of unknown events
Robert Richter
1
-1
/
+2
2012-08-15
perf evlist: Rename __group method to __set_leader
Arnaldo Carvalho de Melo
1
-4
/
+0
2012-08-14
perf tools: Enable grouping logic for parsed events
Jiri Olsa
1
-17
/
+34
2012-08-11
perf tools: Support for DWARF mode callchain
Jiri Olsa
1
-1
/
+12
2012-08-10
perf tools: Support user regs and stack in sample parsing
Jiri Olsa
1
-0
/
+28
2012-08-02
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
1
-6
/
+6
2012-08-01
perf evsel: Precalculate the sample size
Arnaldo Carvalho de Melo
1
-1
/
+2
2012-06-29
perf evsel: Handle hw breakpoints event names in perf_evsel__name()
Jiri Olsa
1
-0
/
+30
2012-06-25
perf evsel: Fix a build failure on cross compilation
Namhyung Kim
1
-1
/
+0
[next]