On Wed, Jan 27, 2016 at 11:01:53AM +0800, Fei Jie wrote:
> Check how mincore syscall is traced.
[...]
> +int main(void)
> +{
> + char file_name[] = "mincore_XX";
> + int pg_size = getpagesize();
> + int global_len = pg_size * 2;
> + char *buf = (char *)malloc(global_len);
> +
On Tue, Jan 26, 2016 at 01:39:46PM -0500, Preston Moore wrote:
> Ok perfect. That is now behaving exactly as I needed it to. Thanks!
>
> Here’s a second question, is there a way to instruct strace to not pretty
> print flags values? For example, in the previously mentioned line can I get
> the
On Mon, Jan 25, 2016 at 03:11:15PM +0100, Philippe Ombredanne wrote:
> On Mon, Jan 25, 2016 at 10:13 AM, Gabriel Laskar wrote:
> > On Mon, 25 Jan 2016 05:05:07 +0300, Dmitry V. Levin wrote:
> >
> >> Hi,
> >>
> >> I'm going to FOSDEM next weekend.
> >> There will be a lot of opportunities to meet an