Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/tools/perf/
Dbuiltin-sched.c373 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/
Dtrace-event-parse.c387 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 …]
Dprobe-finder.c302 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()
Dtrace-event.h59 char *atom; member
123 struct print_arg_atom atom; member
Ddwarf-aux.c289 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/
Dscan.c228 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()
Dscan.h14 struct agere_ext_scan_info *atom,
Dmain.c1173 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/
DMakefile_32.cpu36 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))
DMakefile58 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/
Dtrace-event-perl.c193 args->atom.atom); in define_event_symbols()
Dtrace-event-python.c148 args->atom.atom); in define_event_symbols()
/linux-3.4.99/drivers/gpu/drm/radeon/
DMakefile64 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
/linux-3.4.99/scripts/
Dget_maintainer.pl2093 my $atom = "[^$specials $controls]+(?:$rfc822_lwsp+|\\Z|(?=[\\[\"$specials]))";
2094 my $word = "(?:$atom|$quoted_string)";
2097 my $sub_domain = "(?:$atom|$domain_literal)";