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::: |
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:::
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
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-
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
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
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.
> >>
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
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
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
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
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.
- 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
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
14 matches
Mail list logo