index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-26
perf stat: Fix --per-core on multi socket systems
Andi Kleen
1
-4
/
+5
2014-08-15
perf stat: Use strerror_r instead of strerror
Masami Hiramatsu
1
-1
/
+1
2014-06-27
perf tools: Fix wrong condition for allocation failure
Jiri Olsa
1
-1
/
+1
2014-04-14
perf stat: Initialize statistics correctly
Andi Kleen
1
-2
/
+9
2014-01-13
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
1
-16
/
+16
2014-01-13
perf stat: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-01-13
perf evlist: Move destruction of maps to evlist destructor
Arnaldo Carvalho de Melo
1
-5
/
+3
2014-01-13
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
Arnaldo Carvalho de Melo
1
-15
/
+2
2014-01-13
perf evlist: Send the errno in the signal when workload fails
Arnaldo Carvalho de Melo
1
-6
/
+15
2014-01-13
perf stat: Don't show counter information when workload fails
Arnaldo Carvalho de Melo
1
-1
/
+25
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-4
/
+2
2013-11-27
tools/perf/stat: Add event unit and scale support
Stephane Eranian
1
-30
/
+84
2013-11-12
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
1
-11
/
+10
2013-11-04
perf stat: Enhance option parse error message
Namhyung Kim
1
-15
/
+27
2013-10-11
perf stat: Add units to nanosec-based counters
David Ahern
1
-1
/
+4
2013-10-11
perf stat: Don't require a workload when using system wide or CPU options
David Ahern
1
-1
/
+2
2013-10-11
perf stat: Fix misleading message when specifying cpu list or system wide
David Ahern
1
-1
/
+5
2013-10-11
perf stat: Don't print bogus data on -e instructions
Ramkumar Ramachandra
1
-4
/
+3
2013-10-11
perf stat: Don't print bogus data on -e cycles
Ramkumar Ramachandra
1
-4
/
+4
2013-10-08
Merge branch 'perf/urgent' into tools/perf/build
Ingo Molnar
1
-0
/
+1
2013-10-04
perf stat: Set child_pid after perf_evlist__prepare_workload()
Namhyung Kim
1
-0
/
+1
2013-10-04
tools/perf/stat: Add perf stat --transaction
Andi Kleen
1
-1
/
+143
2013-08-07
perf stat: Flush output after each line in interval mode
Andi Kleen
1
-0
/
+2
2013-08-07
perf stat: Add support for --initial-delay option
Andi Kleen
1
-1
/
+21
2013-07-08
perf stat: Fix per-socket output bug for uncore events
Stephane Eranian
1
-3
/
+4
2013-07-08
perf stat: Avoid sending SIGTERM to random processes
Stephane Eranian
1
-1
/
+22
2013-03-25
perf stat: Add per-core aggregation
Stephane Eranian
1
-3
/
+28
2013-03-25
perf stat: Rename --aggr-socket to --per-socket
Stephane Eranian
1
-1
/
+1
2013-03-25
perf stat: Refactor aggregation code
Stephane Eranian
1
-88
/
+119
2013-03-18
perf stat: Introduce evlist methods to allocate/free the stats
Arnaldo Carvalho de Melo
1
-24
/
+43
2013-03-15
perf stat: Introduce --repeat forever
Frederik Deweerdt
1
-5
/
+40
2013-03-15
perf stat: Use perf_evlist__prepare/start_workload()
Namhyung Kim
1
-51
/
+7
2013-03-15
perf evlist: Add thread_map__nr() helper
Namhyung Kim
1
-2
/
+2
2013-03-15
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
Namhyung Kim
1
-1
/
+1
2013-02-06
perf stat: Add per processor socket count aggregation
Stephane Eranian
1
-11
/
+115
2013-01-30
perf evsel: Fix memory leaks on evsel->counts
Namhyung Kim
1
-0
/
+1
2013-01-30
perf stat: Add interval printing
Stephane Eranian
1
-15
/
+142
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
1
-11
/
+5
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
1
-27
/
+3
2012-12-09
perf evsel: Convert to _is_group_leader method
Namhyung Kim
1
-1
/
+1
2012-11-14
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
1
-1
/
+2
2012-11-14
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
1
-7
/
+4
2012-10-26
perf stat: Add --pre and --post command
Peter Zijlstra
1
-6
/
+36
2012-10-02
perf stat: Don't use globals where not needed to
Arnaldo Carvalho de Melo
1
-169
/
+159
2012-09-26
perf evlist: Renane set_filters method to apply_filters
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-09-17
perf stat: Check PMU cpumask file
Yan, Zheng
1
-10
/
+20
2012-09-17
perf stat: Move stats related code to util/stat.c
Xiao Guangrong
1
-54
/
+2
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
1
-12
/
+28
2012-09-05
perf stat: Remove use of die/exit and handle errors
David Ahern
1
-3
/
+4
2012-08-15
perf evlist: Introduce evsel list accessors
Arnaldo Carvalho de Melo
1
-1
/
+1
[next]