Home
last modified time | relevance | path

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

12

/tools/perf/util/
A Dcomm.c46 return &RC_CHK_ACCESS(cs)->refcnt; in comm_str__refcnt()
51 return &RC_CHK_ACCESS(cs)->str[0]; in comm_str__str()
58 if (RC_CHK_GET(result, cs)) in comm_str__get()
66 if (!cs) in comm_str__put()
70 RC_CHK_FREE(cs); in comm_str__put()
73 comm_strs__remove_if_last(cs); in comm_str__put()
75 RC_CHK_PUT(cs); in comm_str__put()
82 RC_STRUCT(comm_str) *cs; in comm_str__new()
84 cs = malloc(sizeof(*cs) + strlen(str) + 1); in comm_str__new()
85 if (ADD_RC_CHK(result, cs)) { in comm_str__new()
[all …]
A Ddata-convert-bt.c677 if (cs) { in ctf_stream__flush()
683 cs->cpu, cs->count); in ctf_stream__flush()
699 cs = zalloc(sizeof(*cs)); in ctf_stream__create()
700 if (!cs) { in ctf_stream__create()
734 return cs; in ctf_stream__create()
742 free(cs); in ctf_stream__create()
748 if (cs) { in ctf_stream__delete()
750 free(cs); in ctf_stream__delete()
758 if (!cs) { in ctf_stream()
763 return cs; in ctf_stream()
[all …]
A DBuild141 perf-util-$(CONFIG_AUXTRACE) += cs-etm.o
142 perf-util-$(CONFIG_AUXTRACE) += cs-etm-decoder/
144 perf-util-$(CONFIG_AUXTRACE) += cs-etm-base.o
/tools/testing/selftests/cachestat/
A Dtest_cachestat.c28 void print_cachestat(struct cachestat *cs) in print_cachestat() argument
32 cs->nr_cache, cs->nr_dirty, cs->nr_writeback, in print_cachestat()
33 cs->nr_evicted, cs->nr_recently_evicted); in print_cachestat()
131 struct cachestat cs; in test_cachestat() local
162 print_cachestat(&cs); in test_cachestat()
165 if (cs.nr_cache + cs.nr_evicted != num_pages) { in test_cachestat()
186 print_cachestat(&cs); in test_cachestat()
188 if (cs.nr_dirty) { in test_cachestat()
230 struct cachestat cs; in run_cachestat_test() local
283 print_cachestat(&cs); in run_cachestat_test()
[all …]
/tools/build/feature/
A 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/
A Dsigreturn.c281 unsigned short cs, gs, fs, ss; member
293 return &sels->cs; in csptr()
323 : [cs] "r" (cs)); in cs_bitness()
356 : [cs] "r" (cs)); in is_valid_ss()
557 int cs = find_cs(cs_bits); in test_valid_sigreturn() local
558 if (cs == -1) { in test_valid_sigreturn()
579 sig_cs = cs; in test_valid_sigreturn()
642 if (req_sels->cs != res_sels->cs) { in test_valid_sigreturn()
644 req_sels->cs, res_sels->cs); in test_valid_sigreturn()
684 if (cs == -1) in test_bad_iret()
[all …]
A Dtest_syscall_vdso.c379 int cs; in main() local
383 : "=a" (cs) in main()
385 kernel_is_64bit = (cs == 0x23); in main()
A Dentry_from_vm86.c245 v86.regs.cs = load_addr / 16; in main()
253 assert((v86.regs.cs & 3) == 0); /* Looks like RPL = 0 */ in main()
312 v86.regs.cs = 0; in main()
/tools/testing/selftests/rcutorture/bin/
A Dconfig2csv.sh52 nc = asorti(c, cs);
57 printf "\"%s\"", cs[i];
59 printf ",\"%s\"", p[cs[i] ":" ss[j]];
/tools/testing/selftests/kvm/lib/
A Dstring_override.c10 int memcmp(const void *cs, const void *ct, size_t count) in memcmp() argument
15 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--) { in memcmp()
/tools/perf/util/cs-etm-decoder/
A DBuild1 perf-util-$(CONFIG_AUXTRACE) += cs-etm-decoder.o
/tools/perf/arch/arm/util/
A DBuild6 perf-util-$(CONFIG_AUXTRACE) += pmu.o auxtrace.o cs-etm.o
/tools/perf/arch/arm64/util/
A DBuild12 ../../arm/util/cs-etm.o \
/tools/perf/tests/shell/
A Dtest_arm_coresight_disasm.sh27 script_path=$(dirname "$0")/../../scripts/python/arm-cs-trace-disasm.py
A Drecord.sh136 if ! perf record -aB --synth=no -e cpu-clock,cs --threads=cpu \
166 if ! perf record -e cpu-clock,cs --threads=package \
/tools/testing/selftests/powerpc/nx-gzip/include/
A Dcrb.h77 __u8 cs; member
/tools/testing/selftests/alsa/
A Dpcm-test.c290 const char *cs; in test_pcm_time() local
334 cs = conf_get_string(pcm_cfg, "format", NULL, "S16_LE"); in test_pcm_time()
335 format = snd_pcm_format_value(cs); in test_pcm_time()
337 ksft_exit_fail_msg("Wrong format '%s'\n", cs); in test_pcm_time()
/tools/testing/selftests/kvm/lib/x86/
A Dsvm.c81 vmcb_set_seg(&save->cs, get_cs(), 0, -1U, code_seg_attr); in generic_svm_setup()
A Dprocessor.c80 segment_dump(stream, &sregs->cs, indent + 2); in sregs_dump()
512 kvm_seg_set_kernel_code_64bit(&sregs.cs); in vcpu_init_sregs()
/tools/power/cpupower/
A DMakefile64 LANGUAGES = de fr it cs pt ka zh_CN
/tools/testing/selftests/bpf/prog_tests/
A Duprobe_syscall.c145 case offsetof(struct pt_regs, cs): in test_uretprobe_regs_equal()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h499 uint16_t cs; in get_cs() local
502 : /* output */ [cs]"=rm"(cs)); in get_cs()
503 return cs; in get_cs()
1162 uint64_t cs; member
A Dsvm.h191 struct vmcb_seg cs; member
/tools/arch/x86/include/uapi/asm/
A Dkvm.h147 struct kvm_segment cs, ds, es, fs, gs, ss; member
158 struct kvm_segment cs, ds, es, fs, gs, ss; member
/tools/power/cpupower/po/
A Dcs.po1 # translation of cs.po to Czech
10 "Project-Id-Version: cs\n"
16 "Language: cs\n"

Completed in 44 milliseconds

12