Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 89) sorted by relevance

1234

/tools/lib/traceevent/
Dtrace-seq.c34 #define TRACE_SEQ_CHECK(s) \ argument
41 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument
48 #define TRACE_SEQ_CHECK_RET(s) TRACE_SEQ_CHECK_RET_N(s, ) argument
49 #define TRACE_SEQ_CHECK_RET0(s) TRACE_SEQ_CHECK_RET_N(s, 0) argument
55 void trace_seq_init(struct trace_seq *s) in trace_seq_init()
71 void trace_seq_reset(struct trace_seq *s) in trace_seq_reset()
86 void trace_seq_destroy(struct trace_seq *s) in trace_seq_destroy()
95 static void expand_buffer(struct trace_seq *s) in expand_buffer()
124 trace_seq_printf(struct trace_seq *s, const char *fmt, ...) in trace_seq_printf()
161 trace_seq_vprintf(struct trace_seq *s, const char *fmt, va_list args) in trace_seq_vprintf()
[all …]
Dplugin_sched_switch.c26 static void write_state(struct trace_seq *s, int val) in write_state()
49 struct trace_seq *s, int pid) in write_and_save_comm()
67 static int sched_wakeup_handler(struct trace_seq *s, in sched_wakeup_handler()
96 static int sched_switch_handler(struct trace_seq *s, in sched_switch_handler()
Dplugin_hrtimer.c27 static int timer_expire_handler(struct trace_seq *s, in timer_expire_handler()
47 static int timer_start_handler(struct trace_seq *s, in timer_start_handler()
Dplugin_jbd2.c33 process_jbd2_dev_to_name(struct trace_seq *s, unsigned long long *args) in process_jbd2_dev_to_name()
42 process_jiffies_to_msecs(struct trace_seq *s, unsigned long long *args) in process_jiffies_to_msecs()
Dplugin_kvm.c250 static int print_exit_reason(struct trace_seq *s, struct pevent_record *record, in print_exit_reason()
271 static int kvm_exit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_exit_handler()
293 static int kvm_emulate_insn_handler(struct trace_seq *s, in kvm_emulate_insn_handler()
333 static int kvm_nested_vmexit_inject_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_inject_handler()
347 static int kvm_nested_vmexit_handler(struct trace_seq *s, struct pevent_record *record, in kvm_nested_vmexit_handler()
373 static int kvm_mmu_print_role(struct trace_seq *s, struct pevent_record *record, in kvm_mmu_print_role()
419 static int kvm_mmu_get_page_handler(struct trace_seq *s, in kvm_mmu_get_page_handler()
441 process_is_writable_pte(struct trace_seq *s, unsigned long long *args) in process_is_writable_pte()
Dplugin_mac80211.c28 static void print_string(struct trace_seq *s, struct event_format *event, in print_string()
60 static int drv_bss_info_changed(struct trace_seq *s, in drv_bss_info_changed()
Dplugin_cfg80211.c21 process___le16_to_cpup(struct trace_seq *s, unsigned long long *args) in process___le16_to_cpup()
Dplugin_kmem.c26 static int call_site_handler(struct trace_seq *s, struct pevent_record *record, in call_site_handler()
/tools/perf/util/
Dparse-options.h112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
114 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
115 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
120 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
121 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
123 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument
124 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va… argument
[all …]
Dsigchain.c21 struct sigchain_signal *s = signals + sig; in sigchain_push() local
34 struct sigchain_signal *s = signals + sig; in sigchain_pop() local
Dstrlist.c17 const char *s = entry; in strlist__node_new() local
111 static int strlist__parse_list_entry(struct strlist *slist, const char *s, in strlist__parse_list_entry()
137 static int strlist__parse_list(struct strlist *slist, const char *s, const char *subst_dir) in strlist__parse_list()
Dparse-regs-options.c12 char *s, *os = NULL, *p; in parse_regs() local
Dstring.c297 char *strxfrchar(char *s, char from, char to) in strxfrchar()
313 char *ltrim(char *s) in ltrim()
332 char *rtrim(char *s) in rtrim()
Dlevenshtein.c42 int w, int s, int a, int d) in levenshtein()
/tools/virtio/virtio-trace/
Dtrace-agent.c51 struct agent_info *s; in agent_info_new() local
152 static void *agent_info_init(struct agent_info *s) in agent_info_init()
187 static void *parse_args(int argc, char *argv[], struct agent_info *s) in parse_args()
220 static void agent_main_loop(struct agent_info *s) in agent_main_loop()
243 static void agent_info_free(struct agent_info *s) in agent_info_free()
260 struct agent_info *s = NULL; in main() local
/tools/build/feature/
Dtest-glibc.c6 #define XSTR(s) STR(s) argument
7 #define STR(s) #s argument
/tools/testing/selftests/powerpc/
Dutils.h47 #define _str(s) #s argument
48 #define str(s) _str(s) argument
/tools/vm/
Dslabinfo.c193 static void set_obj(struct slabinfo *s, const char *name, int n) in set_obj()
207 static unsigned long read_slab_obj(struct slabinfo *s, const char *name) in read_slab_obj()
289 static void slab_validate(struct slabinfo *s) in slab_validate()
297 static void slab_shrink(struct slabinfo *s) in slab_shrink()
337 static unsigned long slab_size(struct slabinfo *s) in slab_size()
342 static unsigned long slab_activity(struct slabinfo *s) in slab_activity()
348 static unsigned long slab_waste(struct slabinfo *s) in slab_waste()
353 static void slab_numa(struct slabinfo *s, int mode) in slab_numa()
398 static void show_tracking(struct slabinfo *s) in show_tracking()
416 static void ops(struct slabinfo *s) in ops()
[all …]
/tools/testing/selftests/size/
Dget_size.c29 static int print(const char *s) in print()
57 static int print_k_value(const char *s, unsigned long num, unsigned long units) in print_k_value()
/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c76 int fill_string_with_spaces(char *s, int n) in fill_string_with_spaces()
91 cstate_t s; in print_header() local
143 cstate_t s; in print_results() local
258 cstate_t s; in list_monitors() local
/tools/testing/selftests/memfd/
Dfuse_test.c79 __u64 s; in mfd_assert_has_seals() local
92 __u64 s; in mfd_assert_add_seals() local
106 __u64 s; in mfd_busy_add_seals() local
/tools/perf/scripts/python/
Dfutex-contention.py24 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
34 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
/tools/perf/
Dbuiltin-list.c48 char *sep, *s; in cmd_list() local
/tools/virtio/linux/
Dkernel.h45 static inline void *kmalloc(size_t s, gfp_t gfp) in kmalloc()
51 static inline void *kzalloc(size_t s, gfp_t gfp) in kzalloc()
66 static inline void *krealloc(void *p, size_t s, gfp_t gfp) in krealloc()
/tools/perf/arch/arm64/util/
Ddwarf-regs.c19 #define STR(s) #s argument

1234