Searched refs:atom (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/tools/perf/ |
D | builtin-sched.c | 373 process_sched_event(struct task_desc *this_task __used, struct sched_atom *atom) in process_sched_event() argument 377 switch (atom->type) { in process_sched_event() 379 burn_nsecs(atom->duration); in process_sched_event() 382 if (atom->wait_sem) in process_sched_event() 383 ret = sem_wait(atom->wait_sem); in process_sched_event() 387 if (atom->wait_sem) in process_sched_event() 388 ret = sem_post(atom->wait_sem); in process_sched_event() 968 struct work_atom *atom = zalloc(sizeof(*atom)); in add_sched_out_event() local 969 if (!atom) in add_sched_out_event() 972 atom->sched_out_time = timestamp; in add_sched_out_event() [all …]
|
/linux-3.4.99/tools/perf/util/ |
D | trace-event-parse.c | 387 if (arg->atom.atom) in free_arg() 388 free(arg->atom.atom); in free_arg() 1252 left->atom.atom = realloc(left->atom.atom, in process_op() 1253 sizeof(left->atom.atom) + 3); in process_op() 1254 strcat(left->atom.atom, " *"); in process_op() 1346 val = strtoll(arg->atom.atom, NULL, 0); in arg_num_eval() 1451 return arg->atom.atom; in arg_eval() 1653 arg->typecast.type = arg->atom.atom; in process_paren() 1697 char *atom; in process_arg_token() local 1718 atom = token; in process_arg_token() [all …]
|
D | probe-finder.c | 302 if (op->atom == DW_OP_addr) { in convert_variable_location() 319 if (op->atom == DW_OP_fbreg) { in convert_variable_location() 327 if (op->atom >= DW_OP_breg0 && op->atom <= DW_OP_breg31) { in convert_variable_location() 328 regn = op->atom - DW_OP_breg0; in convert_variable_location() 331 } else if (op->atom >= DW_OP_reg0 && op->atom <= DW_OP_reg31) { in convert_variable_location() 332 regn = op->atom - DW_OP_reg0; in convert_variable_location() 333 } else if (op->atom == DW_OP_bregx) { in convert_variable_location() 337 } else if (op->atom == DW_OP_regx) { in convert_variable_location() 340 pr_debug("DW_OP %x is not supported.\n", op->atom); in convert_variable_location() 744 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
|
D | trace-event.h | 59 char *atom; member 123 struct print_arg_atom atom; member
|
D | dwarf-aux.c | 289 if (expr[0].atom != DW_OP_plus_uconst || nexpr != 1) { in die_get_data_member_location() 291 expr[0].atom, nexpr); in die_get_data_member_location()
|
/linux-3.4.99/drivers/net/wireless/orinoco/ |
D | scan.c | 228 union hermes_scan_info *atom; in orinoco_add_hostscan_results() local 230 atom = (union hermes_scan_info *) (buf + offset); in orinoco_add_hostscan_results() 232 orinoco_add_hostscan_result(priv, atom); in orinoco_add_hostscan_results()
|
D | scan.h | 14 struct agere_ext_scan_info *atom,
|
D | main.c | 1173 struct prism2_scan_apinfo *atom = NULL; in orinoco_join_ap() local 1209 atom = (struct prism2_scan_apinfo *) (buf + offset); in orinoco_join_ap() 1210 if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { in orinoco_join_ap() 1223 req.channel = atom->channel; /* both are little-endian */ in orinoco_join_ap()
|
/linux-3.4.99/arch/x86/ |
D | Makefile_32.cpu | 36 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom,$(call cc-option,-march=core2,-march=i686))… 37 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
D | Makefile | 58 cflags-$(CONFIG_MATOM) += $(call cc-option,-march=atom) \ 59 $(call cc-option,-mtune=atom,$(call cc-option,-mtune=generic))
|
/linux-3.4.99/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 193 args->atom.atom); in define_event_symbols()
|
D | trace-event-python.c | 148 args->atom.atom); in define_event_symbols()
|
/linux-3.4.99/drivers/gpu/drm/radeon/ |
D | Makefile | 64 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
|
/linux-3.4.99/scripts/ |
D | get_maintainer.pl | 2093 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))"; 2094 my $word = "(?:$atom|$quoted_string)"; 2097 my $sub_domain = "(?:$atom|$domain_literal)";
|