search for: trace1

Displaying 12 results from an estimated 12 matches for "trace1".

Did you mean: trace
2006 Sep 21
1
Dtrace script compilation error.
Hi All, One of the customer is seeing the following error messages. He is using a S10U1 system with all latest patches. Dtrace script is attached. I am not seeing these error messages on S10U2 system. What could be the problem? Thanks, Gangadhar. ------------------------------------------------------------------------ rroberto at njengsunu60-2:~$ dtrace -AFs /lib/svc/share/kcfd.d dtrace:
2006 Dec 03
4
prop.trend.test issue
I have the clinical study data. Year 0 Year 3 Retinol (nmol/L) N Mean +-sd Mean +-sd Vitamin A group 73 1.89+-0.36 2.06+-0.53 Trace group 57 1.83+-0.31 1.78+-0.30 where N is the number of male for the clinical study. I want to test if the mean serum retinol has increased over 3 years among subjects in the vitamin A group. > 1.89+0.36
2017 Apr 04
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
Asm goto feature was introduces to GCC in order to optimize the support for tracepoints in Linux kernel (it can be used for other things that do nop patching). GCC documentation describes their motivating example here: https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html #define TRACE1(NUM) \ do { \ asm goto ("0: nop;" \ ".pushsection trace_table;" \ ".long 0b, %l0;" \ ".pop...
2017 Apr 04
1
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...the support > for tracepoints in Linux kernel (it can be used for other things that do > nop patching). > > > > GCC documentation describes their motivating example here: > > > https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html > > > > #define TRACE1(NUM) \ > > do { \ > > asm goto ("0: nop;" \ > > ".pushsection trace_table;" \ > > ".long 0b, %l0;"...
2018 Feb 14
0
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...t for tracepoints in Linux kernel (it can be used for other > > things that do nop patching). > >   > > GCC documentation describes their motivating example here: > > > > https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html > >   > >      #define TRACE1(NUM)                         \ > >        do {                                      \ > >          asm goto ("0: nop;"                     \ > >                    ".pushsection trace_table;"   \ > >                    ".long 0b, %l0;"          ...
2017 Apr 04
4
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
...for other things that do nop patching). > > > > GCC documentation describes their motivating example here: > > > https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html <https://gcc.gnu.org/onlinedocs/gcc-4.8.4/gcc/Extended-Asm.html> > > #define TRACE1(NUM) \ > do { \ > asm goto ("0: nop;" \ > ".pushsection trace_table;" \ > ".long 0b, %l0;" \ >...
2017 Mar 30
3
[inline-asm][asm-goto] Supporting "asm goto" in inline assembly
Linux kernel is using the “asm goto” feature, other projects probably use it as well. I think it provides motivation to support it in LLVM. Regarding the complexity, I believe there is some infrastructure that we can at least partially reuse (the support for “indirectbr” instruction). My focus is adding “asm goto” support, the other things are indeed completely orthogonal and came up in bugs
2008 Jun 05
1
winelauncher is not alive anymore
hello, i have noticed that i cant type the winelauncher command... how can i get debug logs then? i am using wine-1.0-rc2
2015 Mar 11
0
[PATCH] pmu/gk20a: PMU boot support.
...oclass(ppmu); > + struct pmu_desc *pmu = &impl->pmudata; > + u32 i = 0, j = 0, k, l, m; > + char part_str[40]; > + u32 data1; > + char *log_data = kmalloc(GK20A_PMU_TRACE_BUFSIZE, GFP_KERNEL); > + char *trace = log_data; > + u32 *trace1 = (u32 *)log_data; > + for (i = 0; i < GK20A_PMU_TRACE_BUFSIZE; i += 4) { > + data1 = nv_ro32(pmu->trace_buf.pmubufobj, 0x0000 + i); > + memcpy(log_data + i, (void *)(&data1), 32); > + } > + for (i = 0; i < GK20A_PMU_TRACE_BU...
2015 Mar 11
3
[PATCH] pmu/gk20a: PMU boot support.
...ct nvkm_pmu *ppmu = s->private; + struct nvkm_pmu_impl *impl = (void *)nv_oclass(ppmu); + struct pmu_desc *pmu = &impl->pmudata; + u32 i = 0, j = 0, k, l, m; + char part_str[40]; + u32 data1; + char *log_data = kmalloc(GK20A_PMU_TRACE_BUFSIZE, GFP_KERNEL); + char *trace = log_data; + u32 *trace1 = (u32 *)log_data; + for (i = 0; i < GK20A_PMU_TRACE_BUFSIZE; i += 4) { + data1 = nv_ro32(pmu->trace_buf.pmubufobj, 0x0000 + i); + memcpy(log_data + i, (void *)(&data1), 32); + } + for (i = 0; i < GK20A_PMU_TRACE_BUFSIZE; i += 0x40) { + for (j = 0; j < 0x40; j++) + if (trace1[(...
2015 Mar 12
2
[PATCH] pmu/gk20a: PMU boot support.
...oclass(ppmu); > + struct pmu_desc *pmu = &impl->pmudata; > + u32 i = 0, j = 0, k, l, m; > + char part_str[40]; > + u32 data1; > + char *log_data = kmalloc(GK20A_PMU_TRACE_BUFSIZE, GFP_KERNEL); > + char *trace = log_data; > + u32 *trace1 = (u32 *)log_data; > + for (i = 0; i < GK20A_PMU_TRACE_BUFSIZE; i += 4) { > + data1 = nv_ro32(pmu->trace_buf.pmubufobj, 0x0000 + i); > + memcpy(log_data + i, (void *)(&data1), 32); > + } > + for (i = 0; i < GK20A_PMU_TRACE_BU...
2010 Feb 28
27
[Bug 26797] New: GeForce 6150SE: DVI-connector not detected
http://bugs.freedesktop.org/show_bug.cgi?id=26797 Summary: GeForce 6150SE: DVI-connector not detected Product: xorg Version: 7.4 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org