index
:
kernel/linux.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2012-08-02
perf evsel: Adopt parse_sample method from perf_event
Arnaldo Carvalho de Melo
1
-6
/
+6
2012-08-02
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
2012-06-19
perf evsel: Make some methods private
Arnaldo Carvalho de Melo
1
-3
/
+3
2012-06-19
perf evsel: Reconstruct raw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
1
-1
/
+7
2012-06-19
perf tools: Move all users of event_name to perf_evsel__name
Arnaldo Carvalho de Melo
1
-13
/
+13
2012-06-19
perf evsel: Handle all event types in perf_evsel__name
Arnaldo Carvalho de Melo
1
-13
/
+11
2012-06-19
perf tools: Reconstruct sw event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
1
-0
/
+29
2012-06-19
perf tools: Reconstruct hw cache event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
1
-0
/
+104
2012-06-19
perf evsel: Carve out event modifier formatting
Arnaldo Carvalho de Melo
1
-6
/
+11
2012-05-31
perf evsel: Fix 32 bit values endianity swap for sample_id_all header
Jiri Olsa
1
-7
/
+22
2012-05-25
perf tools: Reconstruct event with modifiers from perf_event_attr
Arnaldo Carvalho de Melo
1
-0
/
+90
2012-05-22
perf tools: Add union u64_swap type for swapping u64 data
Jiri Olsa
1
-8
/
+2
2012-05-22
perf target: Add cpu flag to sample_type if target has cpu
Namhyung Kim
1
-1
/
+1
2012-05-18
perf evsel: Create events initially disabled -- again
David Ahern
1
-1
/
+1
2012-05-16
perf target: Rename functions to avoid double negation
Namhyung Kim
1
-1
/
+1
2012-05-08
perf target: Consolidate target task/cpu checking
Namhyung Kim
1
-4
/
+4
2012-05-02
perf target: Split out perf_target handling code
Namhyung Kim
1
-0
/
+1
2012-05-02
perf tools: Introduce struct perf_target
Namhyung Kim
1
-5
/
+5
2012-03-26
perf tools: Fix bug in raw sample parsing
Stephane Eranian
1
-0
/
+2
2012-03-22
perf diff: Fix to work with new hists design
Jiri Olsa
1
-1
/
+1
2012-03-16
perf tools: Do not disable members of group event
Namhyung Kim
1
-2
/
+4
2012-03-09
perf record: Add support for sampling taken branch
Roberto Agostino Vitillo
1
-0
/
+4
2012-03-09
perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK
Roberto Agostino Vitillo
1
-0
/
+10
2012-02-14
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
1
-2
/
+2
2012-02-14
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
1
-1
/
+1
2012-02-07
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
1
-0
/
+1
2012-02-07
perf evsel: Fix an issue where perf report fails to show the proper percentage
Naveen N. Rao
1
-0
/
+1
2012-01-30
perf evsel: Fix spelling typo
Masanari Iida
1
-1
/
+1
2011-12-20
perf evsel: Fix uninitialized memory access to struct perf_sample
Robert Richter
1
-1
/
+1
2011-12-20
perf record: Add ability to record event period
Andrew Vagin
1
-0
/
+3
2011-12-12
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
1
-0
/
+79
2011-12-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+10
2011-11-28
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
1
-0
/
+70
2011-11-16
perf python: Fix undefined symbol problem
Arnaldo Carvalho de Melo
1
-0
/
+10
2011-10-26
perf evlist: Fix grouping of multiple events
Arnaldo Carvalho de Melo
1
-12
/
+31
2011-10-07
perf hists: Threaded addition and sorting of entries
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-09-29
perf tools: Fix raw sample reading
Jiri Olsa
1
-2
/
+5
2011-09-23
perf tool: Fix endianness handling of u32 data in samples
David Ahern
1
-11
/
+43
2011-06-02
perf script: Add printing of sample address
David Ahern
1
-0
/
+1
2011-06-02
perf evlist: Don't die if sample_{id_all|type} is invalid
Arnaldo Carvalho de Melo
1
-0
/
+16
2011-05-27
perf events: initialize fd array to -1 instead of 0
David Ahern
1
-0
/
+10
2011-05-22
perf tools: Robustify dynamic sample content fetch
Frederic Weisbecker
1
-0
/
+26
2011-05-22
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
1
-1
/
+5
2011-04-15
perf evsel: Fix use of inherit
Arnaldo Carvalho de Melo
1
-20
/
+7
2011-03-10
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
1
-4
/
+17
2011-02-22
perf evsel: Fix inverted test for fixing up attr.inherit flag
Arnaldo Carvalho de Melo
1
-2
/
+13
2011-02-17
perf: make perf stat print user provided full event names
Stephane Eranian
1
-0
/
+1
2011-02-16
perf tool: Add cgroup support
Stephane Eranian
1
-2
/
+14
[next]