[tip:perf/core] perf trace: Add "sendfile64" alias to the "sendfile" syscall

2019-07-30 Thread tip-bot for Arnaldo Carvalho de Melo
perf trace: Add "sendfile64" alias to the "sendfile" syscall We were looking in tracefs for: /sys/kernel/debug/tracing/events/syscalls/sys_enter_sendfile/format when what is there is just /sys/kernel/debug/tracing/events/syscalls/sys_enter_sendfile/format Its the same

[PATCH 027/107] perf trace: Add "sendfile64" alias to the "sendfile" syscall

2019-07-29 Thread Arnaldo Carvalho de Melo
*/ }, [1] = { .scnprintf = SCA_SECCOMP_FLAGS, /* flags */ }, }, }, { .name = "select", .timeout = true, }, + { .name = "sendfile", .alias = "sendfile64", }, { .name = "sendmmsg", .arg = { [3]

[PATCH 34/37] perf trace: Add "sendfile64" alias to the "sendfile" syscall

2019-07-22 Thread Arnaldo Carvalho de Melo
*/ }, [1] = { .scnprintf = SCA_SECCOMP_FLAGS, /* flags */ }, }, }, { .name = "select", .timeout = true, }, + { .name = "sendfile", .alias = "sendfile64", }, { .name = "sendmmsg", .arg = { [3]

Re: sendfile64?

2001-02-20 Thread Jakub Jelinek
On Tue, Feb 20, 2001 at 02:51:24PM +1300, Chris Wedgwood wrote: > Why isn't there a sendfile64? > > because nobody has implemented on -- arguably it's not needed; the > different between: > > sendfile64(...) > > and > > while(blah)

sendfile64?

2001-02-19 Thread Felix von Leitner
Why isn't there a sendfile64? Felix - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/