Home
last modified time | relevance | path

Searched refs:new_type (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
A Dbranch.c25 st->new_counts[flags->new_type]++; in branch_type_count()
42 const char *branch_new_type_name(int new_type) in branch_new_type_name() argument
68 if (new_type >= 0 && new_type < PERF_BR_NEW_MAX) in branch_new_type_name()
69 return branch_new_names[new_type]; in branch_new_type_name()
107 return branch_new_type_name(e->flags.new_type); in get_branch_type()
A Dbranch.h26 u64 new_type:4; member
89 const char *branch_new_type_name(int new_type);
/tools/net/sunrpc/xdrgen/
A Dxdr_ast.py419 new_type = self.declaration
420 if isinstance(new_type.spec, _XdrDefinedType):
421 if new_type.spec.type_name in pass_by_reference:
422 pass_by_reference.add(new_type.name)
423 max_widths[new_type.name] = self.max_width()
424 symbolic_widths[new_type.name] = self.symbolic_width()
669 new_type = children[0]
671 return _XdrTypedef(new_type)
/tools/include/uapi/linux/
A Dperf_event.h1459 new_type : 4, /* additional branch type */ member

Completed in 11 milliseconds