/tools/perf/util/ |
D | comm.c | 22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument 24 if (cs && refcount_inc_not_zero(&cs->refcnt)) in comm_str__get() 25 return cs; in comm_str__get() 30 static void comm_str__put(struct comm_str *cs) in comm_str__put() argument 32 if (cs && refcount_dec_and_test(&cs->refcnt)) { in comm_str__put() 34 rb_erase(&cs->rb_node, &comm_str_root); in comm_str__put() 36 zfree(&cs->str); in comm_str__put() 37 free(cs); in comm_str__put() 43 struct comm_str *cs; in comm_str__alloc() local 45 cs = zalloc(sizeof(*cs)); in comm_str__alloc() [all …]
|
D | data-convert-bt.c | 663 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush() argument 667 if (cs) { in ctf_stream__flush() 668 err = bt_ctf_stream_flush(cs->stream); in ctf_stream__flush() 670 pr_err("CTF stream %d flush failed\n", cs->cpu); in ctf_stream__flush() 673 cs->cpu, cs->count); in ctf_stream__flush() 675 cs->count = 0; in ctf_stream__flush() 683 struct ctf_stream *cs; in ctf_stream__create() local 689 cs = zalloc(sizeof(*cs)); in ctf_stream__create() 690 if (!cs) { in ctf_stream__create() 722 cs->cpu = cpu; in ctf_stream__create() [all …]
|
D | Build | 107 perf-$(CONFIG_AUXTRACE) += cs-etm.o 108 perf-$(CONFIG_AUXTRACE) += cs-etm-decoder/
|
D | parse-events.l | 331 context-switches|cs { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES);…
|
/tools/build/feature/ |
D | test-pthread-attr-setaffinity-np.c | 10 cpu_set_t cs; in main() local 13 CPU_ZERO(&cs); in main() 15 ret = pthread_attr_setaffinity_np(&thread_attr, sizeof(cs), &cs); in main()
|
/tools/testing/selftests/x86/ |
D | sigreturn.c | 304 unsigned short cs, gs, fs, ss; member 316 return &sels->cs; in csptr() 338 int cs_bitness(unsigned short cs) in cs_bitness() argument 346 : [cs] "r" (cs)); in cs_bitness() 371 bool is_valid_ss(unsigned short cs) in is_valid_ss() argument 379 : [cs] "r" (cs)); in is_valid_ss() 580 int cs = find_cs(cs_bits); in test_valid_sigreturn() local 581 if (cs == -1) { in test_valid_sigreturn() 602 sig_cs = cs; in test_valid_sigreturn() 665 if (req_sels->cs != res_sels->cs) { in test_valid_sigreturn() [all …]
|
D | test_syscall_vdso.c | 379 int cs; in main() local 383 : "=a" (cs) in main() 385 kernel_is_64bit = (cs == 0x23); in main()
|
D | entry_from_vm86.c | 265 v86.regs.cs = load_addr / 16; in main() 273 assert((v86.regs.cs & 3) == 0); /* Looks like RPL = 0 */ in main() 332 v86.regs.cs = 0; in main()
|
/tools/perf/util/cs-etm-decoder/ |
D | Build | 1 perf-$(CONFIG_AUXTRACE) += cs-etm-decoder.o
|
/tools/perf/arch/arm/util/ |
D | Build | 6 perf-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
|
/tools/perf/arch/arm64/util/ |
D | Build | 9 ../../arm/util/cs-etm.o \
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 137 uint16_t cs; in get_cs() local 140 : /* output */ [cs]"=rm"(cs)); in get_cs() 141 return cs; in get_cs()
|
/tools/power/cpupower/ |
D | Makefile | 60 LANGUAGES = de fr it cs pt
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 151 struct kvm_segment cs, ds, es, fs, gs, ss; member
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 192 segment_dump(stream, &sregs->cs, indent + 2); in sregs_dump() 630 kvm_seg_set_kernel_code_64bit(vm, 0x8, &sregs.cs); in vcpu_setup()
|
/tools/power/cpupower/po/ |
D | cs.po | 1 # translation of cs.po to Czech 10 "Project-Id-Version: cs\n" 16 "Language: cs\n"
|