On Tue, May 24, 2016 at 02:56:57PM +0530, Md Haris Iqbal wrote:
> ---
>  NEWS                          |  1 +
>  defs.h                        |  1 +
>  linux/32/syscallent.h         | 24 ++++++++++++------------
>  linux/64/syscallent.h         | 24 ++++++++++++------------
>  linux/alpha/syscallent.h      | 24 ++++++++++++------------
>  linux/arm/syscallent.h        | 24 ++++++++++++------------
>  linux/avr32/syscallent.h      | 24 ++++++++++++------------
>  linux/bfin/syscallent.h       | 24 ++++++++++++------------
>  linux/hppa/syscallent.h       | 24 ++++++++++++------------
>  linux/i386/syscallent.h       | 24 ++++++++++++------------
>  linux/ia64/syscallent.h       | 24 ++++++++++++------------
>  linux/m68k/syscallent.h       | 24 ++++++++++++------------
>  linux/microblaze/syscallent.h | 24 ++++++++++++------------
>  linux/mips/syscallent-n32.h   | 24 ++++++++++++------------
>  linux/mips/syscallent-n64.h   | 24 ++++++++++++------------
>  linux/mips/syscallent-o32.h   | 24 ++++++++++++------------
>  linux/powerpc/syscallent.h    | 24 ++++++++++++------------
>  linux/powerpc64/syscallent.h  | 24 ++++++++++++------------
>  linux/s390/syscallent.h       | 24 ++++++++++++------------
>  linux/s390x/syscallent.h      | 24 ++++++++++++------------
>  linux/sh/syscallent.h         | 20 ++++++++++----------
>  linux/sh64/syscallent.h       | 20 ++++++++++----------
>  linux/sparc/syscallent.h      | 28 ++++++++++++++--------------
>  linux/sparc64/syscallent.h    | 28 ++++++++++++++--------------
>  linux/x32/syscallent.h        | 24 ++++++++++++------------
>  linux/x86_64/syscallent.h     | 24 ++++++++++++------------
>  linux/xtensa/syscallent.h     | 24 ++++++++++++------------
>  strace.1                      |  3 +++
>  syscall.c                     |  4 ++++
>  tests/ksysent.c               |  1 +
>  30 files changed, 310 insertions(+), 300 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index 7779f65..e4053e0 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -12,6 +12,7 @@ Noteworthy changes in release ?.?? (????-??-??)
>      spent in decoding socket details in -yy mode.
>    * Implemented decoding of copy_file_range syscall.
>    * Implemented dumping of vmsplice syscall.
> +  * Add -e trace=scheduler option for tracing scheduler related syscalls.

Please replace "scheduler" with "%sched" in all places where "scheduler"
is used verbatim, as a keyword, e.g.

  * Add -e trace=%sched option for tracing scheduler related syscalls.


-- 
ldv

Attachment: pgpb7rd0lg_Nd.pgp
Description: PGP signature

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to