Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
26af34079f1d8299932303cfd2b376b9cf55a35c
/
tools
/
perf
/
builtin-stat.c
75998bb
perf stat: Fix --no-scale
by Andi Kleen
· 6 years ago
2d4f279
perf data: Add global path holder
by Jiri Olsa
· 6 years ago
159b0da
perf pmu: Remove set_drv_config API
by Mathieu Poirier
· 6 years ago
3eb03a5
perf tools: Remove duplicate headers
by Brajeswar Ghosh
· 6 years ago
8a99255
perf stat: Fix endless wait for child process
by Jin Yao
· 6 years ago
51433ea
perf stat: Avoid segfaults caused by negated options
by Michael Petlan
· 6 years ago
c3537fc
perf evlist: Move perf_evsel__reset_weak_group into evlist
by Andi Kleen
· 6 years ago
cbb5df7e
perf stat: Poll for monitored tasks being alive
by Jiri Olsa
· 6 years ago
89f1688
perf tools: Remove perf_tool from event_op2
by Jiri Olsa
· 6 years ago
088519f
perf stat: Move the display functions to stat-display.c
by Jiri Olsa
· 6 years ago
d0192fd
perf stat: Move 'metric_events' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
54ac0b1
perf stat: Move 'walltime_*' data to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
be54d59
perf stat: Propagate 'struct target' arg to sort_aggr_thread()
by Jiri Olsa
· 6 years ago
fdee335
perf stat: Move 'no_merge' data to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
34ff086
perf stat: Move 'big_num' data to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
a138af6
perf stat: Do not use the global 'evsel_list' in print functions
by Jiri Olsa
· 6 years ago
6f6b659
perf stat: Move *_aggr_* data to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
8897a89
perf stat: Move ru_* data to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
3b3cd9a
perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
3108412
perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
aea0dca
perf stat: Move 'null_run' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
26893a6
perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
77e0faf
perf stat: Pass 'evlist' to aggr_update_shadow()
by Jiri Olsa
· 6 years ago
ae2d7da
perf stat: Pass 'struct perf_stat_config' to first_shadow_cpu()
by Jiri Olsa
· 6 years ago
ee1760e
perf stat: Move 'metric_only_len' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
d97ae04
perf stat: Move 'run_count' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
0c538a9
perf stat: Use 'evsel->evlist' instead of 'evsel_list' in collect_all_aliases()
by Jiri Olsa
· 6 years ago
bc0bcda
perf stat: Pass 'evlist' argument to print functions
by Jiri Olsa
· 6 years ago
c512e0e
perf stat: Add 'target' argument to perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
df4f7b4
perf stat: Move 'unit_width' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
0ce5aa0
perf stat: Move 'metric_only' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
132c6ba
perf stat: Move 'interval_clear' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
fa7070a
perf stat: Move csv_* to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
6ca9a08
perf stat: Pass a 'struct perf_stat_config' argument to global print functions
by Jiri Olsa
· 6 years ago
f3ca50e
perf stat: Pass 'struct perf_stat_config' argument to local print functions
by Jiri Olsa
· 6 years ago
b64df7f
perf stat: Add 'struct perf_stat_config' argument to perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
0174820
perf stat: Move STAT_RECORD out of perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
a5a9eac
perf stat: Introduce perf_evlist__print_counters()
by Jiri Olsa
· 6 years ago
0a4e64d
perf stat: Move perf_stat_synthesize_config() to stat.c
by Jiri Olsa
· 6 years ago
c2c247f
perf stat: Add 'perf_event__handler_t' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
1c21e98
perf stat: Add 'struct perf_evlist' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
1821f4e
perf stat: Add 'struct perf_tool' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
73d586c
perf stat: Add 'struct perf_stat_config' argument to perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
491073a
perf stat: Rename 'is_pipe' argument to 'attrs' in perf_stat_synthesize_config()
by Jiri Olsa
· 6 years ago
d09cefd
perf stat: Move create_perf_stat_counter() to stat.c
by Jiri Olsa
· 6 years ago
650d622
perf evsel: Introduce perf_evsel__store_ids()
by Jiri Olsa
· 6 years ago
318ec18
perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()
by Jiri Olsa
· 6 years ago
7d9ad16
perf stat: Add 'identifier' flag to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
3538623
perf stat: Use local config arg for scale in create_perf_stat_counter()
by Jiri Olsa
· 6 years ago
5698f26
perf stat: Move 'no_inherit' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
728c0ee
perf stat: Move 'initial_delay' to 'struct perf_stat_config'
by Jiri Olsa
· 6 years ago
d50ed0c
perf stat: Use evsel->threads in create_perf_stat_counter()
by Jiri Olsa
· 6 years ago
0aa802a
perf stat: Get rid of extra clock display function
by Jiri Olsa
· 6 years ago
742d92f
perf stat: Add transaction flag (-T) support for s390
by Thomas Richter
· 7 years ago
c818cc0
perf stat: Fix --interval_clear option
by Jiri Olsa
· 7 years ago
a5cfa62
perf stat: Add event parsing error handling to add_default_attributes
by Jiri Olsa
· 7 years ago
c1a1f5d
perf stat: Allow to specify specific metric column len
by Jiri Olsa
· 7 years ago
f515572
perf stat: Fix metric column header display alignment
by Jiri Olsa
· 7 years ago
b37d33e
perf stat: Use only color_fprintf call in print_metric_only
by Jiri Olsa
· 7 years ago
9660e08
perf stat: Add --interval-clear option
by Jiri Olsa
· 7 years ago
0ce2da1
perf stat: Display user and system time
by Jiri Olsa
· 7 years ago
abc60ba
perf stat: Display length strings of each run for --table option
by Jiri Olsa
· 7 years ago
e55c14a
perf stat: Add --table option to display time of each run
by Jiri Olsa
· 7 years ago
bc22de9
perf stat: Display time in precision based on std deviation
by Jiri Olsa
· 7 years ago
80ee8c5
perf stat: Fix duplicate PMU name for interval print
by Kan Liang
· 7 years ago
30060ea
perf stat: Print out hint for mixed PMU group error
by Kan Liang
· 7 years ago
9dc9a95
perf stat: Enable 1ms interval for printing event counters values
by Alexey Budankov
· 7 years ago
fca32340
perf stat: Fix core dump when flag T is used
by Thomas Richter
· 7 years ago
8c5421c
perf pmu: Display pmu name when printing unmerged events in stat
by Agustin Vega-Frias
· 7 years ago
3f986ee
Merge branch 'perf/urgent' into perf/core, to resolve conflict
by Ingo Molnar
· 7 years ago
40c2189
perf stat: Fix CVS output format for non-supported counters
by Ilya Pronin
· 7 years ago
ab6c79b
perf stat: Ignore error thread when enabling system-wide --per-thread
by Jin Yao
· 7 years ago
42811d5
perf stat: Use xyarray dimensions to iterate fds
by Andi Kleen
· 7 years ago
f1f8ad5
perf stat: Add support to print counts after a period of time
by yuzhoujian
· 7 years ago
db06a26
perf stat: Add support to print counts for fixed times
by yuzhoujian
· 7 years ago
3315d14
perf perf: Remove duplicate includes
by Pravin Shedge
· 7 years ago
2973455
perf stat: Resort '--per-thread' result
by Jin Yao
· 7 years ago
1d9f8d1
perf stat: Remove --per-thread pid/tid limitation
by Jin Yao
· 7 years ago
14e72a2
perf stat: Update or print per-thread stats
by Jin Yao
· 7 years ago
5673944
perf stat: Allocate shadow stats buffer for threads
by Jin Yao
· 7 years ago
e0128b3
perf stat: Print per-thread shadow stats
by Jin Yao
· 7 years ago
1fcd039
perf stat: Update per-thread shadow stats
by Jin Yao
· 7 years ago
bfd8f72
perf record: Synthesize unit/scale/... in event update
by Andi Kleen
· 7 years ago
54830dd
perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_stats
by Jiri Olsa
· 8 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
e669e83
perf evsel: Restore evsel->priv as a tool private area
by Arnaldo Carvalho de Melo
· 7 years ago
35c1980
perf stat: Fall weak group back even for EBADF
by Andi Kleen
· 7 years ago
b90f133
perf stat: Update walltime_nsecs_stats in interval mode
by Andi Kleen
· 7 years ago
e864c5c
perf stat: Hide internal duration_time counter
by Andi Kleen
· 7 years ago
b18f3e3
perf stat: Support JSON metrics in perf stat
by Andi Kleen
· 7 years ago
5a5dfe4
perf tools: Support weak groups in 'perf stat'
by Andi Kleen
· 7 years ago
dfc9eec
perf stat: Wait for the correct child
by Milian Wolff
· 7 years ago
63ce844
perf stat: Only auto-merge events that are PMU aliases
by Arnaldo Carvalho de Melo
· 7 years ago
82bf311
perf stat: Use group read for event groups
by Jiri Olsa
· 7 years ago
62d94b0
perf tools: Replace error() with pr_err()
by Arnaldo Carvalho de Melo
· 8 years ago
daefd0b
perf stat: Add support to measure SMI cost
by Kan Liang
· 8 years ago
918c7b06
perf stat: Only print NMI watchdog hint when enabled
by Andi Kleen
· 8 years ago
4208735
perf tools: Remove poll.h and wait.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
7a8ef4c
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
Next »