大约有 47,000 项符合查询结果(耗时:0.0318秒) [XML]
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C++内核技术
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C++内核技术
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
.../bin/bpftrace
/*
* opensnoop Trace open() syscalls.
* For Linux, uses bpftrace and eBPF.
*
* Also a basic example of bpftrace.
*
* USAGE: opensnoop.bt
*
* This is a bpftrace version of the bcc tool of the same name.
*
* Copyright 2018 Netflix, Inc.
* Licensed u...
Local variables in nested functions
...tead, create a new function scope, or bind the variable as a default value for a keyword parameter.
Partial function example, using functools.partial():
from functools import partial
def pet_function(cage=None):
print "Mary pets the " + cage.animal + "."
yield (animal, partial(gotimes, part...
What are some uses of template template parameters?
...on to deal with all specializations of H.
NOTE: I've been programming c++ for many years and have only needed this once. I find that it is a rarely needed feature (of course handy when you need it!).
I've been trying to think of good examples, and to be honest, most of the time this isn't necessar...
_DEBUG vs NDEBUG
...lf that defines these macros and not Visual Studio (the IDE). Thanks a lot for this answer!
– Niklas R
Jul 24 '15 at 11:26
...