Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 69) sorted by relevance

123

/tools/perf/util/
Dconfig.c33 int c; in get_next_char() local
64 int c = get_next_char(); in parse_value() local
123 static inline int iskeychar(int c) in iskeychar()
130 int c; in get_value() local
159 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var()
200 int c = get_next_char(); in get_base_var() local
226 int line, c = get_next_char(); in perf_parse_file() local
525 struct buildid_dir_config *c = data; in buildid_dir_command_config() local
541 struct buildid_dir_config c; in check_buildid_dir_config() local
Dquote.c15 static inline int need_bs_quote(char c) in need_bs_quote()
Dhelp.h13 static inline void mput_char(char c, unsigned int num) in mput_char()
Dalias.c36 char c = cmdline[src]; in split_cmdline() local
Dstrbuf.h74 static inline void strbuf_addch(struct strbuf *sb, int c) { in strbuf_addch()
Dstrfilter.c10 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') argument
11 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') argument
Dstring.c15 char c; in perf_atoll() local
161 static bool __match_charclass(const char *pat, char c, const char **npat) in __match_charclass()
/tools/testing/selftests/powerpc/pmu/
Dlib.c61 char c = PARENT_TOKEN; in sync_with_child() local
73 char c; in wait_for_parent() local
83 char c = CHILD_TOKEN; in notify_parent() local
92 char c = ~CHILD_TOKEN; in notify_parent_of_error() local
/tools/perf/arch/x86/util/
Dheader.c10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
25 unsigned int a, b, c, d, lvl; in get_cpuid() local
/tools/build/tests/ex/
Dc.c2 int c(void) in c() function
/tools/perf/tests/
Dkmod-path.c46 #define T(path, an, ae, k, c, n, e) \ argument
49 #define M(path, c, e) \ argument
/tools/lib/lockdep/tests/
DABBCCA.c6 pthread_mutex_t a, b, c; in main() local
DABCABC.c6 pthread_mutex_t a, b, c; in main() local
DABCDBDDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABCDBCDA.c6 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c6 pthread_mutex_t a, b, c, d; in main() local
/tools/power/cpupower/bench/
Dmain.c78 int c; in main() local
/tools/perf/
Dperf.c78 struct pager_config *c = data; in pager_command_config() local
87 struct pager_config c; in check_pager_config() local
96 struct pager_config *c = data; in browser_command_config() local
110 struct pager_config c; in check_browser_config() local
Dbuiltin-timechart.c217 struct per_pidcomm *c; in pid_set_comm() local
270 struct per_pidcomm *c; in pid_put_sample() local
724 struct per_pidcomm *c = p->current; in pid_begin_io_sample() local
769 struct per_pidcomm *c = p->current; in pid_end_io_sample() local
1041 struct per_pidcomm *c; in draw_wakeups() local
1108 struct per_pidcomm *c; in draw_cpu_usage() local
1139 struct per_pidcomm *c; in draw_io_bars() local
1251 struct per_pidcomm *c; in draw_process_bars() local
1320 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1340 struct per_pidcomm *c; in determine_display_tasks_filtered() local
[all …]
/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c47 int c; in main() local
Dfutex_wait_wouldblock.c47 int c; in main() local
Dfutex_requeue_pi_mismatched_ops.c60 int c; in main() local
Dfutex_wait_uninitialized_heap.c71 int c, ret = RET_PASS; in main() local
Dfutex_wait_private_mapped_file.c80 int c; in main() local
/tools/power/x86/turbostat/
Dturbostat.c236 struct core_data *c; in for_all_cpus() local
392 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters()
461 int format_counters(struct thread_data *t, struct core_data *c, in format_counters()
659 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
802 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
820 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
863 int sum_counters(struct thread_data *t, struct core_data *c, in sum_counters()
921 void compute_average(struct thread_data *t, struct core_data *c, in compute_average()
977 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
1615 struct core_data *c, *c2; in for_all_cpus_2() local
[all …]

123