Home
last modified time | relevance | path

Searched refs:NUM_SPARKS (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dspark.c13 static const char *ticks[NUM_SPARKS] = { in print_spark()
25 f = ((max - min) << SPARK_SHIFT) / (NUM_SPARKS - 1); in print_spark()
H A Dspark.h4 #define NUM_SPARKS 8 macro
H A Dblock-info.h18 s64 cycles_spark[NUM_SPARKS];
H A Dsort.h77 unsigned long svals[NUM_SPARKS];
H A Dannotate.h240 s64 cycles_spark[NUM_SPARKS];
H A Dblock-info.c113 NUM_SPARKS * sizeof(u64)); in init_block_info()
H A Dannotate.c865 if (ch[offset].num < NUM_SPARKS) in __symbol__account_cycles()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-diff.c176 .width = NUM_SPARKS + 9,
645 init_spark_values(pair->diff.svals, NUM_SPARKS); in compute_cycles_diff()
650 if (i >= he->block_info->num || i >= NUM_SPARKS) in compute_cycles_diff()
656 update_spark_value(pair->diff.svals, NUM_SPARKS, in compute_cycles_diff()
1503 if (n > NUM_SPARKS) in print_cycles_spark()
1504 n = NUM_SPARKS; in print_cycles_spark()
1552 pad = NUM_SPARKS - ((ret - 1) / 3); in hpp__color_cycles_hist()