index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Keep group information
Namhyung Kim
2013-01-31
1
-1
/
+6
*
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
2012-12-11
1
-2
/
+8
*
perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
Arnaldo Carvalho de Melo
2012-12-11
1
-1
/
+1
*
perf evsel: Update sample_size when setting sample_type bits
Arnaldo Carvalho de Melo
2012-12-10
1
-1
/
+1
*
perf evsel: Convert to _is_group_leader method
Namhyung Kim
2012-12-09
1
-2
/
+2
*
perf evsel: Set leader evsel's ->leader to itself
Namhyung Kim
2012-12-09
1
-1
/
+0
*
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
2012-11-14
1
-2
/
+2
*
perf tools: Omit group members from perf_evlist__disable/enable
Jiri Olsa
2012-11-14
1
-0
/
+4
*
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
2012-11-14
1
-4
/
+2
*
perf tools: Have the page size value available for all tools
Arnaldo Carvalho de Melo
2012-10-06
1
-3
/
+0
*
perf evlist: Remove some unused methods
Arnaldo Carvalho de Melo
2012-10-03
1
-84
/
+2
*
perf evlist: Introduce add_newtp method
Arnaldo Carvalho de Melo
2012-10-03
1
-0
/
+14
*
perf evlist: Introduce set_filter() method
Arnaldo Carvalho de Melo
2012-09-26
1
-18
/
+25
*
perf evlist: Renane set_filters method to apply_filters
Arnaldo Carvalho de Melo
2012-09-26
1
-1
/
+1
*
perf evsel: Know if byte swap is needed
Arnaldo Carvalho de Melo
2012-09-26
1
-2
/
+2
*
perf tools: Allow handling a NULL cpu_map as meaning "all cpus"
Arnaldo Carvalho de Melo
2012-09-26
1
-6
/
+6
*
perf evlist: Add fprintf method
Arnaldo Carvalho de Melo
2012-09-06
1
-0
/
+13
*
perf evlist: Introduce evsel list accessors
Arnaldo Carvalho de Melo
2012-08-15
1
-25
/
+15
*
perf evlist: Rename __group method to __set_leader
Arnaldo Carvalho de Melo
2012-08-15
1
-2
/
+15
*
perf tools: Enable grouping logic for parsed events
Jiri Olsa
2012-08-14
1
-11
/
+9
*
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
2012-08-02
1
-4
/
+2
*
perf evlist: Introduce perf_evlist__parse_sample
Arnaldo Carvalho de Melo
2012-08-02
1
-0
/
+9
*
perf tools: Fix trace events storms due to weight demux
Frederic Weisbecker
2012-07-25
1
-1
/
+1
*
perf tools: Stop using a global trace events description list
Arnaldo Carvalho de Melo
2012-06-27
1
-2
/
+2
*
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
[next]