Searched refs:cs (Results 1 – 12 of 12) sorted by relevance
/tools/perf/util/ |
D | comm.c | 16 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument 18 if (cs) in comm_str__get() 19 atomic_inc(&cs->refcnt); in comm_str__get() 20 return cs; in comm_str__get() 23 static void comm_str__put(struct comm_str *cs) in comm_str__put() argument 25 if (cs && atomic_dec_and_test(&cs->refcnt)) { in comm_str__put() 26 rb_erase(&cs->rb_node, &comm_str_root); in comm_str__put() 27 zfree(&cs->str); in comm_str__put() 28 free(cs); in comm_str__put() 34 struct comm_str *cs; in comm_str__alloc() local [all …]
|
D | data-convert-bt.c | 583 static int ctf_stream__flush(struct ctf_stream *cs) in ctf_stream__flush() argument 587 if (cs) { in ctf_stream__flush() 588 err = bt_ctf_stream_flush(cs->stream); in ctf_stream__flush() 590 pr_err("CTF stream %d flush failed\n", cs->cpu); in ctf_stream__flush() 593 cs->cpu, cs->count); in ctf_stream__flush() 595 cs->count = 0; in ctf_stream__flush() 603 struct ctf_stream *cs; in ctf_stream__create() local 609 cs = zalloc(sizeof(*cs)); in ctf_stream__create() 610 if (!cs) { in ctf_stream__create() 642 cs->cpu = cpu; in ctf_stream__create() [all …]
|
D | parse-events.l | 271 context-switches|cs { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES);…
|
/tools/build/feature/ |
D | test-pthread-attr-setaffinity-np.c | 9 cpu_set_t cs; in main() local 12 CPU_ZERO(&cs); in main() 14 ret = pthread_attr_setaffinity_np(&thread_attr, sizeof(cs), &cs); in main()
|
/tools/testing/selftests/x86/ |
D | sigreturn.c | 312 unsigned short cs, gs, fs, ss; member 324 return &sels->cs; in csptr() 346 int cs_bitness(unsigned short cs) in cs_bitness() argument 354 : [cs] "r" (cs)); in cs_bitness() 379 bool is_valid_ss(unsigned short cs) in is_valid_ss() argument 387 : [cs] "r" (cs)); in is_valid_ss() 575 int cs = find_cs(cs_bits); in test_valid_sigreturn() local 576 if (cs == -1) { in test_valid_sigreturn() 597 sig_cs = cs; in test_valid_sigreturn() 640 if (req_sels->cs != res_sels->cs) { in test_valid_sigreturn() [all …]
|
D | test_syscall_vdso.c | 380 int cs; in main() local 384 : "=a" (cs) in main() 386 kernel_is_64bit = (cs == 0x23); in main()
|
D | entry_from_vm86.c | 266 v86.regs.cs = load_addr / 16; in main() 274 assert((v86.regs.cs & 3) == 0); /* Looks like RPL = 0 */ in main() 333 v86.regs.cs = 0; in main()
|
/tools/perf/arch/arm/util/ |
D | Build | 6 libperf-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
|
/tools/perf/arch/arm64/util/ |
D | Build | 6 ../../arm/util/cs-etm.o
|
/tools/power/cpupower/ |
D | Makefile | 71 LANGUAGES = de fr it cs pt
|
/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 147 struct kvm_segment cs, ds, es, fs, gs, ss; member
|
/tools/power/cpupower/po/ |
D | cs.po | 1 # translation of cs.po to Czech 10 "Project-Id-Version: cs\n" 16 "Language: cs\n"
|