Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 20 of 20) sorted by relevance

/tools/perf/util/
Dstat-shadow.c36 int ctx = 0; in evsel_context() local
81 int ctx = evsel_context(counter); in perf_stat__update_shadow_stats() local
146 int ctx = evsel_context(evsel); in print_stalled_cycles_frontend() local
166 int ctx = evsel_context(evsel); in print_stalled_cycles_backend() local
186 int ctx = evsel_context(evsel); in print_branch_misses() local
206 int ctx = evsel_context(evsel); in print_l1_dcache_misses() local
226 int ctx = evsel_context(evsel); in print_l1_icache_misses() local
246 int ctx = evsel_context(evsel); in print_dtlb_cache_misses() local
266 int ctx = evsel_context(evsel); in print_itlb_cache_misses() local
286 int ctx = evsel_context(evsel); in print_ll_cache_misses() local
[all …]
Dparse-options.c363 void parse_options_start(struct parse_opt_ctx_t *ctx, in parse_options_start()
381 int parse_options_step(struct parse_opt_ctx_t *ctx, in parse_options_step()
492 int parse_options_end(struct parse_opt_ctx_t *ctx) in parse_options_end()
502 struct parse_opt_ctx_t ctx; in parse_options_subcommand() local
691 static bool option__in_argv(const struct option *opt, const struct parse_opt_ctx_t *ctx) in option__in_argv()
724 struct parse_opt_ctx_t *ctx) in usage_with_options_internal()
/tools/perf/ui/gtk/
Dutil.c12 struct perf_gtk_context *ctx; in perf_gtk__activate_context() local
21 int perf_gtk__deactivate_context(struct perf_gtk_context **ctx) in perf_gtk__deactivate_context()
Dgtk.h28 static inline bool perf_gtk__is_active_context(struct perf_gtk_context *ctx) in perf_gtk__is_active_context()
/tools/testing/selftests/x86/
Dsigreturn.c281 static unsigned short *ssptr(ucontext_t *ctx) in ssptr()
287 static unsigned short *csptr(ucontext_t *ctx) in csptr()
297 static greg_t *ssptr(ucontext_t *ctx) in ssptr()
302 static greg_t *csptr(ucontext_t *ctx) in csptr()
318 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigusr1() local
342 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() local
Dsysret_ss_attrs.c31 static void *threadproc(void *ctx) in threadproc()
Dunwind_vdso.c96 _Unwind_Reason_Code trace_fn(struct _Unwind_Context * ctx, void *opaque) in trace_fn()
137 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap() local
Dsyscall_arg_fault.c48 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigsegv() local
Dsingle_step_syscall.c81 ucontext_t *ctx = (ucontext_t*)ctx_void; in sigtrap() local
Dentry_from_vm86.c57 ucontext_t *ctx = (ucontext_t*)ctx_void; in sighandler() local
Dldt_gdt.c383 static void *threadproc(void *ctx) in threadproc()
Dtest_vsyscall.c441 ucontext_t *ctx = (ucontext_t *)ctx_void; in sigtrap() local
/tools/perf/bench/
Dsched-messaging.c83 static void *sender(struct sender_context *ctx) in sender()
111 static void *receiver(struct receiver_context* ctx) in receiver()
138 static pthread_t create_worker(void *ctx, void *(*func)(void *)) in create_worker() argument
207 struct receiver_context *ctx = malloc(sizeof(*ctx)); in group() local
/tools/perf/tests/
Dbpf-script-test-kbuild.c15 int bpf_func__vfs_llseek(void *ctx) in bpf_func__vfs_llseek()
Dbpf-script-example.c35 int bpf_func__sys_epoll_pwait(void *ctx) in bpf_func__sys_epoll_pwait()
/tools/usb/ffs-aio-example/multibuff/host_app/
Dtest.c50 libusb_context *ctx; member
/tools/usb/ffs-aio-example/simple/host_app/
Dtest.c50 libusb_context *ctx; member
/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c212 io_context_t ctx; in main() local
/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c242 io_context_t ctx; in main() local
/tools/perf/
Dbuiltin-sched.c502 static void *thread_func(void *ctx) in thread_func()