Home
last modified time | relevance | path

Searched refs:es (Results 1 – 16 of 16) sorted by relevance

/tools/perf/util/
Dstream.c17 static void evsel_streams__delete(struct evsel_streams *es, int nr_evsel) in evsel_streams__delete() argument
20 zfree(&es[i].streams); in evsel_streams__delete()
22 free(es); in evsel_streams__delete()
35 struct evsel_streams *es; in evlist_streams__new() local
41 es = calloc(nr_evsel, sizeof(struct evsel_streams)); in evlist_streams__new()
42 if (!es) { in evlist_streams__new()
48 struct evsel_streams *s = &es[i]; in evlist_streams__new()
58 els->ev_streams = es; in evlist_streams__new()
63 evsel_streams__delete(es, nr_evsel); in evlist_streams__new()
70 static void evsel_streams__set_hot_cnode(struct evsel_streams *es, in evsel_streams__set_hot_cnode() argument
[all …]
Ddb-export.c353 struct export_sample es = { in db_export__sample() local
380 es.comm_db_id = comm->db_id; in db_export__sample()
382 es.db_id = ++dbe->sample_last_db_id; in db_export__sample()
384 err = db_ids_from_al(dbe, al, &es.dso_db_id, &es.sym_db_id, &es.offset); in db_export__sample()
394 es.call_path_id = cp->db_id; in db_export__sample()
399 err = db_ids_from_al(dbe, addr_al, &es.addr_dso_db_id, in db_export__sample()
400 &es.addr_sym_db_id, &es.addr_offset); in db_export__sample()
405 addr_al, es.db_id, in db_export__sample()
413 err = dbe->export_sample(dbe, &es); in db_export__sample()
Ddb-export.h56 int (*export_sample)(struct db_export *dbe, struct export_sample *es);
/tools/testing/selftests/kvm/x86_64/
Dsev_migrate_tests.c50 static struct kvm_vm *sev_vm_create(bool es) in sev_vm_create() argument
57 sev_ioctl(vm->fd, es ? KVM_SEV_ES_INIT : KVM_SEV_INIT, NULL); in sev_vm_create()
60 if (es) in sev_vm_create()
63 if (es) in sev_vm_create()
97 static void test_sev_migrate_from(bool es) in test_sev_migrate_from() argument
103 src_vm = sev_vm_create(es); in test_sev_migrate_from()
269 static void test_sev_mirror(bool es) in test_sev_mirror() argument
274 src_vm = sev_vm_create(es); in test_sev_mirror()
283 if (es) in test_sev_mirror()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1297 struct export_sample *es) in python_export_sample_table() argument
1304 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table()
1305 tuple_set_d64(t, 1, es->evsel->db_id); in python_export_sample_table()
1306 tuple_set_d64(t, 2, maps__machine(es->al->maps)->db_id); in python_export_sample_table()
1307 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1308 tuple_set_d64(t, 4, es->comm_db_id); in python_export_sample_table()
1309 tuple_set_d64(t, 5, es->dso_db_id); in python_export_sample_table()
1310 tuple_set_d64(t, 6, es->sym_db_id); in python_export_sample_table()
1311 tuple_set_d64(t, 7, es->offset); in python_export_sample_table()
1312 tuple_set_d64(t, 8, es->sample->ip); in python_export_sample_table()
[all …]
/tools/perf/
Dbuiltin-script.c343 struct evsel_script *es = zalloc(sizeof(*es)); in evsel_script__new() local
345 if (es != NULL) { in evsel_script__new()
346 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0) in evsel_script__new()
348 es->fp = fopen(es->filename, "w"); in evsel_script__new()
349 if (es->fp == NULL) in evsel_script__new()
353 return es; in evsel_script__new()
355 zfree(&es->filename); in evsel_script__new()
357 free(es); in evsel_script__new()
361 static void evsel_script__delete(struct evsel_script *es) in evsel_script__delete() argument
363 zfree(&es->filename); in evsel_script__delete()
[all …]
/tools/arch/x86/include/uapi/asm/
Dkvm.h146 struct kvm_segment cs, ds, es, fs, gs, ss; member
157 struct kvm_segment cs, ds, es, fs, gs, ss; member
/tools/testing/selftests/kvm/lib/x86_64/
Dsvm.c81 vmcb_set_seg(&save->es, get_es(), 0, -1U, data_seg_attr); in generic_svm_setup()
Dprocessor.c84 segment_dump(stream, &sregs->es, indent + 2); in sregs_dump()
546 kvm_seg_set_kernel_data_64bit(vm, DEFAULT_DATA_SELECTOR, &sregs.es); in vcpu_setup()
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h452 uint16_t es; in get_es() local
455 : /* output */ [es]"=rm"(es)); in get_es()
456 return es; in get_es()
Dsvm.h196 struct vmcb_seg es; member
/tools/testing/selftests/x86/
Dentry_from_vm86.c268 v86.regs.es = load_addr / 16; in main()
/tools/power/cpupower/po/
Dpt.po368 msgstr "Uso: cpufreq-info [opções]\n"
374 msgstr "Opções:\n"
548 msgstr "Uso: cpufreq-set [opções]\n"
920 msgstr "Uso: cpufreq-info [opções]\n"
949 #~ " -c CPU, --cpu CPU número do CPU sobre o qual as inforções devem ser "
956 #~ " -c CPU, --cpu CPU número do CPU onde as configurações do cpufreq "
Dde.po210 "es benutzt\n"
243 "Anzahl der CPUs konnte nicht herausgefinden werden (%s: %s), es wird daher 1 "
Dfr.po496 "Par défaut, les informations de déboguage seront affichées si aucun\n"
/tools/testing/selftests/wireguard/qemu/
DMakefile40 $(eval $(call tar_download,IPERF,iperf,3.11,.tar.gz,https://downloads.es.net/pub/iperf/,de8cb409fad…