Home
last modified time | relevance | path

Searched refs:new_fmt (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dsort.c3416 struct perf_hpp_fmt *new_fmt = NULL; in add_all_dynamic_fields()
3424 new_fmt = &new_hse->hpp; in add_all_dynamic_fields()
3432 new_fmt = &new_hde->hpp; in add_all_matching_fields()
3435 new_fmt = memdup(fmt, sizeof(*fmt)); in add_all_matching_fields()
3438 INIT_LIST_HEAD(&new_fmt->list); in add_all_matching_fields()
3439 INIT_LIST_HEAD(&new_fmt->sort_list); in add_all_matching_fields()
3441 return new_fmt; in add_all_matching_fields()
3281 struct perf_hpp_fmt *new_fmt = NULL; perf_hpp_fmt__dup() local
/linux/kernel/trace/
H A Dtrace.c2590 const char *p, *new_fmt; in trace_event_format() local
2600 new_fmt = q = iter->fmt; in trace_event_format()
2602 if (unlikely(q - new_fmt + 3 > iter->fmt_size)) { in trace_event_format()
2606 q += iter->fmt - new_fmt; in trace_event_format()
2607 new_fmt = iter->fmt; in trace_event_format()
2624 return new_fmt; in trace_event_format()