Searched refs:new_fmt (Results 1 – 2 of 2) sorted by relevance
3422 struct perf_hpp_fmt *new_fmt = NULL; in add_all_dynamic_fields() 3430 new_fmt = &new_hse->hpp; in add_all_matching_fields() 3438 new_fmt = &new_hde->hpp; in add_all_matching_fields() 3441 new_fmt = memdup(fmt, sizeof(*fmt)); in add_all_matching_fields() 3444 INIT_LIST_HEAD(&new_fmt->list); in add_all_matching_fields() 3445 INIT_LIST_HEAD(&new_fmt->sort_list); in add_all_matching_fields() 3447 return new_fmt; in add_all_matching_fields() 3281 struct perf_hpp_fmt *new_fmt = NULL; perf_hpp_fmt__dup() local
2581 const char *p, *new_fmt; in trace_event_format() local2591 new_fmt = q = iter->fmt; in trace_event_format()2593 if (unlikely(q - new_fmt + 3 > iter->fmt_size)) { in trace_event_format()2597 q += iter->fmt - new_fmt; in trace_event_format()2598 new_fmt = iter->fmt; in trace_event_format()2615 return new_fmt; in trace_event_format()