Home
last modified time | relevance | path

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

/tools/perf/util/
Dcomm.c22 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 …]
Ddata-convert-bt.c663 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 …]
DBuild107 perf-$(CONFIG_AUXTRACE) += cs-etm.o
108 perf-$(CONFIG_AUXTRACE) += cs-etm-decoder/
Dparse-events.l331 context-switches|cs { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES);…
/tools/build/feature/
Dtest-pthread-attr-setaffinity-np.c10 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/
Dsigreturn.c304 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 …]
Dtest_syscall_vdso.c379 int cs; in main() local
383 : "=a" (cs) in main()
385 kernel_is_64bit = (cs == 0x23); in main()
Dentry_from_vm86.c265 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/
DBuild1 perf-$(CONFIG_AUXTRACE) += cs-etm-decoder.o
/tools/perf/arch/arm/util/
DBuild6 perf-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
/tools/perf/arch/arm64/util/
DBuild9 ../../arm/util/cs-etm.o \
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h137 uint16_t cs; in get_cs() local
140 : /* output */ [cs]"=rm"(cs)); in get_cs()
141 return cs; in get_cs()
/tools/power/cpupower/
DMakefile60 LANGUAGES = de fr it cs pt
/tools/arch/x86/include/uapi/asm/
Dkvm.h151 struct kvm_segment cs, ds, es, fs, gs, ss; member
/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c192 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/
Dcs.po1 # translation of cs.po to Czech
10 "Project-Id-Version: cs\n"
16 "Language: cs\n"