Home
last modified time | relevance | path

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

/tools/perf/util/
Dcomm.c16 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 …]
Ddata-convert-bt.c583 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 …]
Dparse-events.l271 context-switches|cs { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES);…
/tools/build/feature/
Dtest-pthread-attr-setaffinity-np.c9 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/
Dsigreturn.c312 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 …]
Dtest_syscall_vdso.c380 int cs; in main() local
384 : "=a" (cs) in main()
386 kernel_is_64bit = (cs == 0x23); in main()
Dentry_from_vm86.c266 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/
DBuild6 libperf-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
/tools/perf/arch/arm64/util/
DBuild6 ../../arm/util/cs-etm.o
/tools/power/cpupower/
DMakefile71 LANGUAGES = de fr it cs pt
/tools/arch/x86/include/uapi/asm/
Dkvm.h147 struct kvm_segment cs, ds, es, fs, gs, ss; member
/tools/power/cpupower/po/
Dcs.po1 # translation of cs.po to Czech
10 "Project-Id-Version: cs\n"
16 "Language: cs\n"