Searched defs:ttrace (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1279 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local 1291 struct thread_trace *ttrace; in thread__trace() local 1316 struct thread_trace *ttrace in syscall_arg__set_ret_scnprintf() local 1326 thread_trace__files_entry(struct thread_trace *ttrace, int fd) thread_trace__files_entry() argument 1358 struct thread_trace *ttrace = thread__priv(thread); trace__set_fd_pathname() local 1402 struct thread_trace *ttrace = thread__priv(thread); thread__fd_path() local 1455 struct thread_trace *ttrace = thread__priv(arg->thread); syscall_arg__scnprintf_close_fd() local 1466 struct thread_trace *ttrace = thread__priv(thread); thread__set_filename_pos() local 2006 struct thread_trace *ttrace = thread__priv(thread); syscall__scnprintf_args() local 2149 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) global() argument 2206 struct thread_trace *ttrace; global() local 2287 struct thread_trace *ttrace; global() local 2357 struct thread_trace *ttrace; global() local 2434 struct thread_trace *ttrace; global() local 2562 struct thread_trace *ttrace; global() local 2627 struct thread_trace *ttrace = thread__trace(thread, trace->output); global() local 2868 struct thread_trace *ttrace; global() local 4310 thread__dump_stats(struct thread_trace *ttrace, struct trace *trace, FILE *fp) global() argument 4366 struct thread_trace *ttrace = thread__priv(thread); global() local 4391 thread__nr_events(struct thread_trace *ttrace) global() argument [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1287 struct thread_trace *ttrace = zalloc(sizeof(struct thread_trace)); in thread_trace__new() local 1301 struct thread_trace *ttrace = pttrace; in thread_trace__delete() local 1315 struct thread_trace *ttrace; thread__trace() local 1340 struct thread_trace *ttrace = thread__priv(arg->thread); syscall_arg__set_ret_scnprintf() local 1350 thread_trace__free_files(struct thread_trace *ttrace) thread_trace__free_files() argument 1361 thread_trace__files_entry(struct thread_trace *ttrace, int fd) thread_trace__files_entry() argument 1393 struct thread_trace *ttrace = thread__priv(thread); trace__set_fd_pathname() local 1438 struct thread_trace *ttrace = thread__priv(thread); thread__fd_path() local 1491 struct thread_trace *ttrace = thread__priv(arg->thread); syscall_arg__scnprintf_close_fd() local 1502 struct thread_trace *ttrace = thread__priv(thread); thread__set_filename_pos() local 2053 struct thread_trace *ttrace = thread__priv(thread); syscall__scnprintf_args() local 2196 thread__update_stats(struct thread *thread, struct thread_trace *ttrace, int id, struct perf_sample *sample, long err, bool errno_summary) global() argument 2251 struct thread_trace *ttrace; global() local 2340 struct thread_trace *ttrace; global() local 2410 struct thread_trace *ttrace; global() local 2489 struct thread_trace *ttrace; global() local 2619 struct thread_trace *ttrace; global() local 2684 struct thread_trace *ttrace = thread__trace(thread, trace->output); global() local 2925 struct thread_trace *ttrace; global() local 4231 thread__dump_stats(struct thread_trace *ttrace, struct trace *trace, FILE *fp) global() argument 4287 struct thread_trace *ttrace = thread__priv(thread); global() local 4312 thread__nr_events(struct thread_trace *ttrace) global() argument [all...] |
Completed in 10 milliseconds