index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf evlist: Pass third argument to ioctl explicitly
Namhyung Kim
2012-05-31
1
-2
/
+4
*
perf stat: Initialize default events wrt exclude_{guest,host}
Arnaldo Carvalho de Melo
2012-05-30
1
-0
/
+11
*
perf target: Add uses_mmap field
Namhyung Kim
2012-05-17
1
-0
/
+2
*
Revert 'perf evlist: Fix creation of cpu map'
Namhyung Kim
2012-05-16
1
-3
/
+3
*
perf target: Rename functions to avoid double negation
Namhyung Kim
2012-05-16
1
-1
/
+1
*
perf target: Consolidate target task/cpu checking
Namhyung Kim
2012-05-07
1
-6
/
+4
*
perf evlist: Fix creation of cpu map
Namhyung Kim
2012-05-07
1
-2
/
+3
*
perf target: Split out perf_target handling code
Namhyung Kim
2012-05-02
1
-0
/
+1
*
perf evlist: Make create_maps() take struct perf_target
Namhyung Kim
2012-05-02
1
-5
/
+7
*
perf tools: Introduce struct perf_target
Namhyung Kim
2012-05-02
1
-1
/
+1
*
perf tools: Do not disable members of group event
Namhyung Kim
2012-03-16
1
-2
/
+4
*
perf evlist: Restore original errno after open failed
Namhyung Kim
2012-03-05
1
-0
/
+1
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-05
1
-0
/
+4
|
\
|
*
perf evlist: Return first evsel for non-sample event on old kernel
Namhyung Kim
2012-02-29
1
-0
/
+4
*
|
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
2012-02-13
1
-5
/
+5
*
|
perf evlist: Make splice_list_tail method public
Jiri Olsa
2012-02-01
1
-3
/
+3
*
|
perf tools: Introduce per user view
Arnaldo Carvalho de Melo
2012-01-24
1
-3
/
+3
|
/
*
perf kvm: Do guest-only counting by default
Joerg Roedel
2012-01-06
1
-1
/
+4
*
perf: builtin-record: Document and check that mmap_pages must be a power of two.
Nelson Elhage
2011-12-23
1
-0
/
+2
*
perf evlist: Fix errno value reporting on failed mmap
Nelson Elhage
2011-12-20
1
-1
/
+3
*
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
2011-11-29
1
-2
/
+2
*
perf tools: Save some loops using perf_evlist__id2evsel
Arnaldo Carvalho de Melo
2011-11-28
1
-0
/
+42
*
perf evlist: Introduce id_hdr_size method out of perf_session
Arnaldo Carvalho de Melo
2011-11-28
1
-0
/
+32
*
perf evlist: Handle default value for 'pages' on mmap method
Arnaldo Carvalho de Melo
2011-11-28
1
-3
/
+9
*
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
Arnaldo Carvalho de Melo
2011-11-28
1
-0
/
+96
*
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
2011-11-28
1
-0
/
+16
*
perf evlist: Introduce add_tracepoints method
Arnaldo Carvalho de Melo
2011-11-28
1
-1
/
+56
*
perf evlist: Introduce perf_evlist__add_attrs
Arnaldo Carvalho de Melo
2011-11-28
1
-0
/
+34
*
perf evlist: Fix grouping of multiple events
Arnaldo Carvalho de Melo
2011-10-26
1
-0
/
+30
*
perf browsers: Add live mode to the hists, annotate browsers
Arnaldo Carvalho de Melo
2011-10-07
1
-0
/
+6
*
perf record: Create events initially disabled and enable after init
David Ahern
2011-09-23
1
-0
/
+13
*
perf evlist: Fix missing event name init for default event
Stephane Eranian
2011-08-18
1
-1
/
+10
*
perf evlist: Introduce 'disable' method
Arnaldo Carvalho de Melo
2011-07-25
1
-0
/
+13
*
perf evlist: Don't die if sample_{id_all|type} is invalid
Arnaldo Carvalho de Melo
2011-06-02
1
-21
/
+34
*
perf evlist: Remove dependency on debug routines
Arnaldo Carvalho de Melo
2011-06-02
1
-9
/
+4
*
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
2011-05-22
1
-0
/
+31
|
\
|
*
perf tools: Move evlist sample helpers to evlist area
Frederic Weisbecker
2011-05-22
1
-0
/
+31
*
|
perf evlist: Fix per thread mmap setup
Arnaldo Carvalho de Melo
2011-05-15
1
-45
/
+106
*
|
perf tools: Honour the cpu list parameter when also monitoring a thread list
Arnaldo Carvalho de Melo
2011-05-15
1
-1
/
+1
|
/
*
perf evsel: Fix use of inherit
Arnaldo Carvalho de Melo
2011-04-15
1
-4
/
+10
*
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
2011-03-10
1
-9
/
+17
*
perf evlist: Split perf_evlist__id_hash
Arnaldo Carvalho de Melo
2011-03-06
1
-10
/
+18
*
perf: Set filters before mmaping events
Frederic Weisbecker
2011-03-02
1
-0
/
+28
*
perf evlist: Store pointer to the cpu and thread maps
Arnaldo Carvalho de Melo
2011-01-31
1
-17
/
+50
*
perf evlist: Move evlist methods to evlist.c
Arnaldo Carvalho de Melo
2011-01-30
1
-0
/
+142
*
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
2011-01-29
1
-3
/
+3
*
perf evlist: Support non overwrite mode in perf_evlist__read_on_cpu
Arnaldo Carvalho de Melo
2011-01-29
1
-15
/
+20
*
perf evsel: Introduce perf_evsel__{in,ex}it
Arnaldo Carvalho de Melo
2011-01-24
1
-9
/
+20
*
perf evlist: Steal mmap reading routine from 'perf top'
Arnaldo Carvalho de Melo
2011-01-22
1
-0
/
+62
*
perf evlist: Move the mmap array from perf_evsel
Arnaldo Carvalho de Melo
2011-01-22
1
-0
/
+27
[next]