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
2014-03-18
perf evsel: Update function names in debug messages
Ramkumar Ramachandra
1
-2
/
+2
2014-03-11
perf tools: Disable user-space callchain/stack dumps for function trace events
Jiri Olsa
1
-11
/
+30
2014-02-18
perf callchain: Add mask into struct regs_dump
Jiri Olsa
1
-6
/
+7
2014-02-18
perf tools: Add call-graph option support into .perfconfig
Jiri Olsa
1
-1
/
+1
2014-02-18
perf tools: Put proper period for for samples without PERIOD sample_type
Jiri Olsa
1
-1
/
+1
2014-01-20
perf evsel: Remove duplicate member zeroing after free
Stephane Eranian
1
-1
/
+0
2014-01-14
perf record: Rename --no-delay to --no-buffering
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-01-13
perf record: Add --initial-delay option
Andi Kleen
1
-1
/
+2
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
1
-4
/
+4
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-4
/
+2
2013-12-19
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-12-04
perf tools: Add trace-event global object for tracepoint interface
Jiri Olsa
1
-42
/
+2
2013-12-04
tools lib traceevent: Change pevent_parse_format to include pevent handle
Jiri Olsa
1
-1
/
+1
2013-11-27
perf record: Make per-cpu mmaps the default.
Adrian Hunter
1
-2
/
+3
2013-11-27
tools/perf/stat: Add event unit and scale support
Stephane Eranian
1
-0
/
+2
2013-11-14
perf record: Add an option to force per-cpu mmaps
Adrian Hunter
1
-2
/
+2
2013-11-12
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
1
-5
/
+4
2013-11-11
perf evsel: Remove idx parm from constructor
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-11-04
perf evsel: Synthesize PERF_SAMPLE_TRANSACTION
Adrian Hunter
1
-0
/
+8
2013-11-04
perf evsel: Add missing overflow check for TRANSACTION
Adrian Hunter
1
-0
/
+1
2013-11-04
perf evsel: Always use perf_evsel__set_sample_bit()
Adrian Hunter
1
-3
/
+3
2013-11-04
perf evsel: Add a debug print if perf_event_open fails
Adrian Hunter
1
-0
/
+2
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-1
/
+0
2013-10-21
perf evsel: Add missing decrement in id sample parsing
Adrian Hunter
1
-0
/
+1
2013-10-18
perf evsel: Add missing 'mmap2' from debug print
Adrian Hunter
1
-0
/
+1
2013-10-17
perf: Disable PERF_RECORD_MMAP2 support
Stephane Eranian
1
-1
/
+0
2013-10-11
perf evlist: Fix perf_evlist__mmap_read event overflow
Jiri Olsa
1
-0
/
+3
2013-10-04
tools/perf: Add support for record transaction flags
Andi Kleen
1
-0
/
+9
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
[next]