Home
last modified time | relevance | path

Searched defs:rec (Results 1 – 9 of 9) sorted by relevance

/tools/perf/
Dbuiltin-record.c123 static bool switch_output_signal(struct record *rec) in switch_output_signal()
129 static bool switch_output_size(struct record *rec) in switch_output_size()
136 static bool switch_output_time(struct record *rec) in switch_output_time()
142 static bool record__output_max_size_exceeded(struct record *rec) in record__output_max_size_exceeded()
148 static int record__write(struct record *rec, struct mmap *map __maybe_unused, in record__write()
286 struct record *rec; member
336 static int record__aio_push(struct record *rec, struct mmap *map, off_t *off) in record__aio_push()
383 static void record__aio_mmap_read_sync(struct record *rec) in record__aio_mmap_read_sync()
443 static int record__aio_enabled(struct record *rec) in record__aio_enabled()
504 static int record__comp_enabled(struct record *rec) in record__comp_enabled()
[all …]
/tools/build/feature/
Dtest-jvmti-cmlr.c7 jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused)); in main() local
/tools/perf/jvmti/
Djvmti_agent.c333 struct jr_code_close rec; in jvmti_close() local
363 struct jr_code_load rec; in jvmti_write_code() local
421 struct jr_code_debug_info rec; in jvmti_write_debug_info() local
Dlibjvmti.c76 jvmtiCompiledMethodLoadInlineRecord *rec; in get_line_numbers() local
/tools/testing/selftests/vm/
Dprotection_keys.c642 struct pkey_malloc_record *rec = NULL; in record_pkey_malloc() local
682 struct pkey_malloc_record *rec = &pkey_malloc_records[i]; in free_pkey_malloc() local
/tools/lib/bpf/
Dlibbpf_internal.h175 #define for_each_btf_ext_rec(seg, sec, i, rec) \ argument
Dlibbpf.c5897 const struct bpf_core_relo *rec; in bpf_object__relocate_core() local
6062 void *rec, *rec_end, *new_prog_info; in adjust_prog_btf_ext_info() local
/tools/lib/traceevent/
Devent-parse.c5836 int tep_data_type(struct tep_handle *tep, struct tep_record *rec) in tep_data_type()
5848 int tep_data_pid(struct tep_handle *tep, struct tep_record *rec) in tep_data_pid()
5860 int tep_data_preempt_count(struct tep_handle *tep, struct tep_record *rec) in tep_data_preempt_count()
5874 int tep_data_flags(struct tep_handle *tep, struct tep_record *rec) in tep_data_flags()
/tools/perf/util/
Dsort.c747 struct tep_record rec = { in get_trace_output() local