Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2da513f582a96c053aacc2c92873978d2ea7abff
/
tools
/
perf
/
builtin-stat.c
a12b51c
perf tools: Fix sparse CPU numbering related bugs
by Paul Mackerras
· 15 years ago
60666c6
perf tools: Fix --pid option for stat
by Liming Wang
· 15 years ago
7255fe2
perf stat: Do not print ratio when task-clock event is not counted
by Lucas De Marchi
· 15 years ago
dd86e72
perf stat: Count branches first
by Ingo Molnar
· 15 years ago
56aab46
perf stat: Re-align the default_attrs[] array
by Ingo Molnar
· 15 years ago
12133af
perf stat: Add branch performance events to default output
by Tim Blechmann
· 15 years ago
1101820
perf stat: Add branch performance metric
by Anton Blanchard
· 15 years ago
933da83
perf: Propagate term signal to child
by Chris Wilson
· 15 years ago
c7f7fea
perf stat: Fix zero total printouts
by Ingo Molnar
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
849abde
perf stat: Clean up statistics calculations a bit more
by Peter Zijlstra
· 15 years ago
8a02631
perf stat: More advanced variance computation
by Peter Zijlstra
· 15 years ago
63d40de
perf stat: Use stddev_mean in stead of stddev
by Peter Zijlstra
· 15 years ago
9e9772c
perf stat: Remove the limit on repeat
by Peter Zijlstra
· 15 years ago
506d4bc
perf stat: Change noise calculation to use stddev
by Peter Zijlstra
· 15 years ago
8f28827
perf tools: Librarize trace_event() helper
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
b26bc5a
perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale
by Brice Goglin
· 15 years ago
a054123
perf_counter: Improve perf stat and perf record option parsing
by Anton Blanchard
· 15 years ago
a92bef0
perf stat: Handle pipe read failures in perf stat
by Frederic Weisbecker
· 15 years ago
b9ebdcc
perf stat: Define MATCH_EVENT for easy attr checking
by Jaswinder Singh Rajput
· 15 years ago
f37a291
perf_counter tools: Add more warnings and fix/annotate them
by Ingo Molnar
· 15 years ago
57e7986
perf_counter: Provide a way to enable counters on exec
by Paul Mackerras
· 15 years ago
051ae7f
perf_counter tools: Reduce perf stat measurement overhead/skew
by Paul Mackerras
· 15 years ago
210ad39
perf stat: Use percentages for scaling output
by Ingo Molnar
· 15 years ago
c304356
perf stat: Micro-optimize the code: memcpy is only required if no event is selected and !null_run
by Jaswinder Singh Rajput
· 15 years ago
6e750a8
perf stat: Improve output
by Jaswinder Singh Rajput
· 15 years ago
566747e
perf stat: Fix multi-run stats
by Ingo Molnar
· 15 years ago
0cfb7a1
perf stat: Add -n/--null option to run without counters
by Ingo Molnar
· 15 years ago
3d63259
perf stat: Remove dead code
by Jaswinder Singh Rajput
· 15 years ago
cca03c0
perf stat: Fix verbose for perf stat
by Jaswinder Singh Rajput
· 15 years ago
9cffa8d
perf_counter tools: Define and use our own u64, s64 etc. definitions
by Paul Mackerras
· 15 years ago
ef281a1
perf stat: Enable raw data to be printed
by Ingo Molnar
· 15 years ago
42202dd
perf stat: Add feature to run and measure a command multiple times
by Ingo Molnar
· 15 years ago
44175b6
perf stat: Reorganize output
by Ingo Molnar
· 15 years ago
f4dbfa8
perf_counter: Standardize event names
by Peter Zijlstra
· 15 years ago
f7b7c26
perf_counter tools: Propagate signals properly
by Peter Zijlstra
· 15 years ago
e779898
perf stat: Print out instructins/cycle metric
by Ingo Molnar
· 15 years ago
743ee1f
perf stat: Continue even on counter creation error
by Ingo Molnar
· 15 years ago
8647093
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
by Ingo Molnar
· 15 years ago
[Renamed from Documentation/perf_counter/builtin-stat.c]
86847b6
perf_counter tools: Add 'perf list' to list available events
by Thomas Gleixner
· 15 years ago
a21ca2c
perf_counter: Separate out attr->type from attr->config
by Ingo Molnar
· 15 years ago
44db76c
perf stat: Print out all arguments
by Ingo Molnar
· 15 years ago
bf9e187
perf_counter tools: Make source code headers more coherent
by Ingo Molnar
· 15 years ago
c70975b
perf_counter tools: Fix up the ABI shakeup
by Peter Zijlstra
· 15 years ago
29c2810
perf_counter tools: Remove the last nmi bits
by Peter Zijlstra
· 15 years ago
d7c2931
perf_counter tools: Print 'CPU utilization factor' in builtin-stat
by Ingo Molnar
· 15 years ago
be1ac0d
perf_counter tools: Also display time-normalized stat results
by Ingo Molnar
· 15 years ago
2996f5d
perf_counter tools: Split display into reading and printing
by Ingo Molnar
· 15 years ago
c04f5e5
perf_counter tools: Clean up builtin-stat.c's do_perfstat()
by Ingo Molnar
· 15 years ago
9e09675
perf_counter tools: Document '--' option parsing terminator
by Mike Galbraith
· 15 years ago
16f762a
perf_counter tools: Introduce stricter C code checking
by Ingo Molnar
· 15 years ago
5242519
perf stat: Convert to Git option parsing
by Ingo Molnar
· 15 years ago
4e97ddf
perf stat: Remove unused variable
by Ingo Molnar
· 15 years ago
d3f4b38
perf stat: flip around ':k' and ':u' flags
by Ingo Molnar
· 15 years ago
1a482f3
perf_counter: Fix userspace build
by Peter Zijlstra
· 15 years ago
58d7e99
perf stat: handle Ctrl-C
by Ingo Molnar
· 15 years ago
f15b18d
perf_counter tools: remove debug code from builtin-stat.c
by Ingo Molnar
· 15 years ago
16c8a10
perf_counter: tools: update the tools to support process and inherited counters
by Peter Zijlstra
· 16 years ago
6eda583
perfcounter tools: move common defines ... to local header file
by Thomas Gleixner
· 16 years ago
e0202f5
perf_counter tools: fix x86 syscall numbers
by Ingo Molnar
· 16 years ago
66cf782
perf_counter tools: perf stat: make -l default-on
by Ingo Molnar
· 16 years ago
1130b02
perf_counter tools: fix Documentation/perf_counter build error
by Peter Zijlstra
· 16 years ago
148be2c
perf_counter tools: move helper library to util/*
by Ingo Molnar
· 16 years ago
ddcacfa
perf_counter tools: separate kerneltop into 'perf top' and 'perf stat'
by Ingo Molnar
· 16 years ago