Home | History | Annotate | Download | only in perf

Lines Matching defs:sname

17609             char sname[64];
17617 sprintf(sname, (n?".%s%d":".%s"), get_tok_str(tok1, NULL), n);
17618 use_section(s1, sname);
17623 char sname[256];
17627 sname[0] = '\0';
17630 pstrcat(sname, sizeof(sname), tokc.cstr->data);
17632 pstrcat(sname, sizeof(sname), get_tok_str(tok, NULL));
17643 use_section(s1, sname);