| /tools/perf/util/ |
| D | config.c | 33 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
|
| D | quote.c | 15 static inline int need_bs_quote(char c) in need_bs_quote()
|
| D | help.h | 13 static inline void mput_char(char c, unsigned int num) in mput_char()
|
| D | alias.c | 36 char c = cmdline[src]; in split_cmdline() local
|
| D | strbuf.h | 74 static inline void strbuf_addch(struct strbuf *sb, int c) { in strbuf_addch()
|
| D | strfilter.c | 10 #define is_operator(c) ((c) == '|' || (c) == '&' || (c) == '!') argument 11 #define is_separator(c) (is_operator(c) || (c) == '(' || (c) == ')') argument
|
| D | string.c | 15 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/ |
| D | lib.c | 61 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/ |
| D | header.c | 10 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/ |
| D | c.c | 2 int c(void) in c() function
|
| /tools/perf/tests/ |
| D | kmod-path.c | 46 #define T(path, an, ae, k, c, n, e) \ argument 49 #define M(path, c, e) \ argument
|
| /tools/lib/lockdep/tests/ |
| D | ABBCCA.c | 6 pthread_mutex_t a, b, c; in main() local
|
| D | ABCABC.c | 6 pthread_mutex_t a, b, c; in main() local
|
| D | ABCDBDDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABCDBCDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| D | ABBCCDDA.c | 6 pthread_mutex_t a, b, c, d; in main() local
|
| /tools/power/cpupower/bench/ |
| D | main.c | 78 int c; in main() local
|
| /tools/perf/ |
| D | perf.c | 78 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
|
| D | builtin-timechart.c | 217 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/ |
| D | futex_wait_timeout.c | 47 int c; in main() local
|
| D | futex_wait_wouldblock.c | 47 int c; in main() local
|
| D | futex_requeue_pi_mismatched_ops.c | 60 int c; in main() local
|
| D | futex_wait_uninitialized_heap.c | 71 int c, ret = RET_PASS; in main() local
|
| D | futex_wait_private_mapped_file.c | 80 int c; in main() local
|
| /tools/power/x86/turbostat/ |
| D | turbostat.c | 236 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 …]
|