Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread perryh
Andriy Gapon wrote: > on 10/06/2012 23:40 Ryan Stone said the following: > > On Sun, Jun 10, 2012 at 12:38 PM, Andriy Gapon > > wrote: > >> Do you use -O2 or higher optimization for kernel/modules build? > >> I use only -O1. > >> > >> Here are some stats from my system: > >> $ dtrace -ln fbt::: |

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
on 10/06/2012 23:40 Ryan Stone said the following: > On Sun, Jun 10, 2012 at 12:38 PM, Andriy Gapon wrote: >> Interesting observations, thank you. >> Do you use -O2 or higher optimization for kernel/modules build? >> I use only -O1. >> >> Here are some stats from my system: >> $ dtrace -ln fbt:::

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Ryan Stone
On Sun, Jun 10, 2012 at 12:38 PM, Andriy Gapon wrote: > Interesting observations, thank you. > Do you use -O2 or higher optimization for kernel/modules build? > I use only -O1. > > Here are some stats from my system: > $ dtrace -ln fbt::: | fgrep -c entry > 16876 > $ dtrace -ln fbt::: | fgrep -c r

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
on 10/06/2012 21:42 Fabian Keil said the following: > How did you set your -O1? In CFLAGS. -- Andriy Gapon ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Fabian Keil
Andriy Gapon wrote: > on 10/06/2012 20:56 Fabian Keil said the following: > > Andriy Gapon wrote: > > > >> on 10/06/2012 16:27 Fabian Keil said the following: > >>> Andriy Gapon wrote: > >>> > It seems that the $subj is missing :-) > In my environment that causes many functions to no

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
on 10/06/2012 20:56 Fabian Keil said the following: > Andriy Gapon wrote: > >> on 10/06/2012 16:27 Fabian Keil said the following: >>> Andriy Gapon wrote: >>> It seems that the $subj is missing :-) In my environment that causes many functions to not have fbt return probe, because

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Fabian Keil
Andriy Gapon wrote: > on 10/06/2012 16:27 Fabian Keil said the following: > > Andriy Gapon wrote: > > > >> It seems that the $subj is missing :-) > >> In my environment that causes many functions to not have fbt return probe, > >> because function body decoding fails before 'ret' is found. > >>

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
on 10/06/2012 19:38 Andriy Gapon said the following: > From a quick look at them they all seem to really never return. Either they > are > noreturn type such panic, or functions that always call the functions of the > first type, or functions with endless loops in them such as top level > functi

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
on 10/06/2012 16:27 Fabian Keil said the following: > Andriy Gapon wrote: > >> It seems that the $subj is missing :-) >> In my environment that causes many functions to not have fbt return probe, >> because function body decoding fails before 'ret' is found. >> >> Here is my attempt at fixing the

Re: decoding of multi-byte nops in dtrace

2012-06-10 Thread Fabian Keil
Andriy Gapon wrote: > It seems that the $subj is missing :-) > In my environment that causes many functions to not have fbt return probe, > because function body decoding fails before 'ret' is found. > > Here is my attempt at fixing the problem: > http://people.freebsd.org/~avg/fbt-nop.patch > R

Re: boot menu option to disable graphics mode

2012-06-10 Thread Andriy Gapon
on 09/06/2012 17:45 Marcin Wisnicki said the following: > On Thu, 07 Jun 2012 12:57:41 +0300, Gleb Kurtsou wrote: > >> On (07/06/2012 11:56), Andriy Gapon wrote: >>> A user doesn't have to select the option unless he needs to. A "simple >>> user" can just reboot without selecting the option to get

decoding of multi-byte nops in dtrace

2012-06-10 Thread Andriy Gapon
It seems that the $subj is missing :-) In my environment that causes many functions to not have fbt return probe, because function body decoding fails before 'ret' is found. Here is my attempt at fixing the problem: http://people.freebsd.org/~avg/fbt-nop.patch Reviews and suggestions are welcome.

Re: wired memory - again!

2012-06-10 Thread rank1seeker
- Original Message - From: Ian Lepore To: Wojciech Puchar Cc: freebsd-hackers@freebsd.org Date: Sat, 09 Jun 2012 10:27:03 -0600 Subject: Re: wired memory - again! > On Sat, 2012-06-09 at 09:21 +0200, Wojciech Puchar wrote: > > top reports wired memory 128MB > > > > > > WHERE it is used

Re: cleaning /usr/obj before copying it to USB key

2012-06-10 Thread Aldis Berjoza
On Sat, 9 Jun 2012 08:57:33 -0700 Tim Kientzle wrote: > > You can delete all of the '.o' files using a command like this: > >find /usr/obj -name '*.o' | xargs rm > I think: find /usr/obj -name '*.o' -delete is much better -- Aldis Berjoza signature.asc Description: PGP signature