Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsort.c2510 struct annotated_data_type *right_type = right->mem_type; in hist_entry__typecln_snprintf()
2517 if (!right_type) { in hist_entry__typecln_snprintf()
2519 right_type = right->mem_type; in hist_entry__typecln_snprintf()
2522 return strcmp(left_type->self.type_name, right_type->self.type_name);
2553 struct annotated_data_type *right_type = right->mem_type; in arch_perf_header_entry()
2561 if (!right_type) { in arch_perf_header_entry()
2563 right_type = right->mem_type; in arch_perf_header_entry()
2566 ret = strcmp(left_type->self.type_name, right_type->self.type_name); in arch_perf_header_entry()
2627 struct annotated_data_type *right_type = right->mem_type;
2638 if (!right_type) {
2385 struct annotated_data_type *right_type = right->mem_type; sort__type_collapse() local
2428 struct annotated_data_type *right_type = right->mem_type; sort__typeoff_sort() local
2483 struct annotated_data_type *right_type = right->mem_type; sort__typecln_sort() local
[all...]
/linux/fs/btrfs/
H A Dsend.c6127 u8 right_type; in is_extent_unchanged() local
6193 right_type = btrfs_file_extent_type(eb, ei); in is_extent_unchanged()
6194 if (right_type != BTRFS_FILE_EXTENT_REG && in is_extent_unchanged()
6195 right_type != BTRFS_FILE_EXTENT_INLINE) in is_extent_unchanged()
6198 if (right_type == BTRFS_FILE_EXTENT_INLINE) { in is_extent_unchanged()
6221 if (right_type == BTRFS_FILE_EXTENT_INLINE) in is_extent_unchanged()