Home
last modified time | relevance | path

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

/tools/perf/util/
A Dspark.c11 static const char *ticks[NUM_SPARKS] = { in print_spark()
23 f = ((max - min) << SPARK_SHIFT) / (NUM_SPARKS - 1); in print_spark()
A Dspark.h5 #define NUM_SPARKS 8 macro
A Dblock-info.h17 s64 cycles_spark[NUM_SPARKS];
A Dannotate.h255 s64 cycles_spark[NUM_SPARKS];
A Dblock-info.c118 NUM_SPARKS * sizeof(u64)); in init_block_info()
A Dhist.h224 unsigned long svals[NUM_SPARKS];
A Dannotate.c203 if (ch[offset].num < NUM_SPARKS) in __symbol__account_cycles()
/tools/perf/
A Dbuiltin-diff.c177 .width = NUM_SPARKS + 9,
634 init_spark_values(pair->diff.svals, NUM_SPARKS); in compute_cycles_diff()
639 if (i >= he->block_info->num || i >= NUM_SPARKS) in compute_cycles_diff()
645 update_spark_value(pair->diff.svals, NUM_SPARKS, in compute_cycles_diff()
1493 if (n > NUM_SPARKS) in print_cycles_spark()
1494 n = NUM_SPARKS; in print_cycles_spark()
1542 pad = NUM_SPARKS - ((ret - 1) / 3); in hpp__color_cycles_hist()

Completed in 28 milliseconds