Lines Matching refs:var
3121 static int annotation__config(const char *var, const char *value, void *data)
3125 if (!strstarts(var, "annotate."))
3128 if (!strcmp(var, "annotate.offset_level")) {
3135 } else if (!strcmp(var, "annotate.hide_src_code")) {
3137 } else if (!strcmp(var, "annotate.jump_arrows")) {
3139 } else if (!strcmp(var, "annotate.show_linenr")) {
3141 } else if (!strcmp(var, "annotate.show_nr_jumps")) {
3143 } else if (!strcmp(var, "annotate.show_nr_samples")) {
3146 } else if (!strcmp(var, "annotate.show_total_period")) {
3149 } else if (!strcmp(var, "annotate.use_offset")) {
3151 } else if (!strcmp(var, "annotate.disassembler_style")) {
3154 pr_debug("%s variable unknown, ignoring...", var);