lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 20 Oct 2008 09:55:01 +0200
From:	"stephane eranian" <eranian@...glemail.com>
To:	"Pavel Machek" <pavel@...e.cz>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [patch 23/24] perfmon3: kernel documentation

Pavel,

On Sun, Oct 19, 2008 at 3:37 PM, Pavel Machek <pavel@...e.cz> wrote:
> Hi!
>
>> +   * int pfm_create(int flags, pfarg_sinfo_t *s);
>> +
>> +      This function creates a perfmon per-thread session.
>> +      The flags parameter is currently unused and must be set to 0.
>> +
>> +      Upon return and if s is not NULL, the kernel return the list
>> of available
>
> returns?
>
pfm_create() returns the file descriptor identifying the session or -1
in case of error + errno set.

>> +      PMC and PMD registers. Tools should not assume, they have access to the
>> +      entire PMU, it may be shared with other kernel subsystems, e.g., on X86
>> +      the NMI watchdog timer.
>
> How can kernel return anything?
>
I assume you are talking about pfarg_sinfo_t?
That structure contains bitmasks. If not NULL , the kernel updates the
structure to reflect the
list of available registers.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ