Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5d2cd90922c778908bd0cd669e572a5b5eafd737
/
tools
/
perf
/
builtin-stat.c
5d2cd90
perf evsel: Fix use of inherit
by Arnaldo Carvalho de Melo
· 14 years ago
cfd748a
perf stat: Provide support for filters
by Frederic Weisbecker
· 14 years ago
023695d
perf tool: Add cgroup support
by Stephane Eranian
· 14 years ago
0015e2e
perf stat: Fix up resource release order
by Arnaldo Carvalho de Melo
· 14 years ago
7e2ed09
perf evlist: Store pointer to the cpu and thread maps
by Arnaldo Carvalho de Melo
· 14 years ago
fd78260
perf threads: Move thread_map to separate file
by Arnaldo Carvalho de Melo
· 14 years ago
9d04f17
perf evsel: Allow specifying if the inherit bit should be set
by Arnaldo Carvalho de Melo
· 14 years ago
f08199d
perf evsel: Support event groups
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
bd3bfe9
perf evsel: Fix order of event list deletion
by Arnaldo Carvalho de Melo
· 14 years ago
5a3446b
perf stat: better error message for unsupported events
by David Ahern
· 14 years ago
23a2f3a
perf tools: Pass whole attr to event selectors
by Lin Ming
· 14 years ago
86bd5e8
perf evsel: Use {cpu,thread}_map to shorten list of parameters
by Arnaldo Carvalho de Melo
· 14 years ago
5c98d466
perf tools: Refactor all_tids to hold nr and the map
by Arnaldo Carvalho de Melo
· 14 years ago
60d567e
perf tools: Refactor cpumap to hold nr and the map
by Arnaldo Carvalho de Melo
· 14 years ago
4829060
perf evsel: Introduce per cpu and per thread open helpers
by Arnaldo Carvalho de Melo
· 14 years ago
c52b12e
perf evsel: Steal the counter reading routines from stat
by Arnaldo Carvalho de Melo
· 14 years ago
70d544d
perf evsel: Delete the event selectors at exit
by Arnaldo Carvalho de Melo
· 14 years ago
daec78a
perf evsel: Adopt MATCH_EVENT macro from 'stat'
by Arnaldo Carvalho de Melo
· 14 years ago
69aad6f
perf tools: Introduce event selectors
by Arnaldo Carvalho de Melo
· 14 years ago
d7470b6
perf stat: Add csv-style output
by Stephane Eranian
· 14 years ago
201e0b0
perf stat: Use --big-num format by default
by Arnaldo Carvalho de Melo
· 14 years ago
d9cf837
perf stat: Change and clean up sys_perf_event_open error handling
by Corey Ashford
· 14 years ago
f5b4a9c3
perf stat: Add no-aggregation mode to -a
by Stephane Eranian
· 14 years ago
c45c6ea
perf tools: Add the ability to specify list of cpus to monitor
by Stephane Eranian
· 14 years ago
5af52b5
perf stat: add perf stat -B to pretty print large numbers
by Stephane Eranian
· 14 years ago
2e6cdf9
perf tools: change event inheritance logic in stat and record
by Stephane Eranian
· 14 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
084ab9f
perf stat: Better report failure to collect system wide stats
by Arnaldo Carvalho de Melo
· 15 years ago
d6d901c
perf events: Change perf parameter --pid to process-wide collection instead of thread-wide
by Zhang, Yanmin
· 15 years ago
6be2850
perf stat: Enable counters when collecting process-wide or system-wide data
by Zhang, Yanmin
· 15 years ago
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
8f28827a
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
6e750a8f
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
9e096753
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
4e97ddf0
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
· 16 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