index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2011-02-07
Merge branch 'linus' into perf/core
Ingo Molnar
1
-1
/
+1
2011-02-03
perf stat: Fix aggreate counter reading accounting
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-30
perf evlist: Move evlist methods to evlist.c
Arnaldo Carvalho de Melo
1
-135
/
+9
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
1
-5
/
+5
2011-01-29
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-29
perf evlist: Support non overwrite mode in perf_evlist__read_on_cpu
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-01-24
perf evsel: Introduce perf_evsel__{in,ex}it
Arnaldo Carvalho de Melo
1
-6
/
+16
2011-01-24
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
1
-0
/
+118
2011-01-24
perf threads: Move thread_map to separate file
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-23
perf evlist: Move the mmap array from perf_evsel
Arnaldo Carvalho de Melo
1
-42
/
+118
2011-01-23
perf evsel: Introduce mmap support
Arnaldo Carvalho de Melo
1
-0
/
+71
2011-01-23
perf evsel: Allow specifying if the inherit bit should be set
Arnaldo Carvalho de Melo
1
-7
/
+9
2011-01-23
perf evsel: Support event groups
Arnaldo Carvalho de Melo
1
-10
/
+17
2011-01-11
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
Arnaldo Carvalho de Melo
1
-33
/
+49
2011-01-07
perf tools: Pass whole attr to event selectors
Lin Ming
1
-3
/
+2
2011-01-04
perf evsel: Auto allocate resources needed for some methods
Arnaldo Carvalho de Melo
1
-0
/
+9
[next]