summaryrefslogtreecommitdiffstats
path: root/include/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-0/+163
|\
| * cgroup: add tracepoints for basic operationsTejun Heo2016-08-101-0/+163
* | mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2016-10-071-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \
| * | irq: Fix typo in tracepoint.xmlMasanari Iida2016-09-291-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-0/+30
|\ \ \
| * | | HID: intel-ish-hid: ipc layerSrinivas Pandruvada2016-08-171-0/+30
* | | | Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-10-061-11/+7
|\ \ \ \
| * | | | f2fs: clean up bio cache traceChao Yu2016-08-241-11/+7
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-0/+625
|\ \ \ \ \
| * | | | | rxrpc: Keep the call timeouts as ktimes rather than jiffiesDavid Howells2016-09-301-12/+13
| * | | | | rxrpc: Actually display the tx_data trace retransmission noteDavid Howells2016-09-301-1/+2
| * | | | | rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-291-2/+4
| * | | | | rxrpc: Implement slow-startDavid Howells2016-09-241-0/+45
| * | | | | rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+27
| * | | | | rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-231-2/+40
| * | | | | rxrpc: Add a tracepoint to log injected Rx packet lossDavid Howells2016-09-231-0/+21
| * | | | | rxrpc: Add data Tx tracepoint and adjust Tx ACK tracepointDavid Howells2016-09-231-8/+42
| * | | | | rxrpc: Add a tracepoint for the call timerDavid Howells2016-09-231-0/+36
| * | | | | rxrpc: Add per-peer RTT trackerDavid Howells2016-09-221-0/+61
| * | | | | rxrpc: Improve skb tracingDavid Howells2016-09-171-8/+4
| * | | | | rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells2016-09-171-0/+34
| * | | | | rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells2016-09-171-0/+33
| * | | | | rxrpc: Add a tracepoint to log ACK transmissionDavid Howells2016-09-171-0/+30
| * | | | | rxrpc: Add a tracepoint to log received ACK packetsDavid Howells2016-09-171-0/+26
| * | | | | rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells2016-09-171-0/+26
| * | | | | rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells2016-09-171-0/+60
| * | | | | rxrpc: Print the packet type name in the Rx packet traceDavid Howells2016-09-171-2/+3
| * | | | | rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-0/+38
| * | | | | rxrpc: Remove skb_count from struct rxrpc_callDavid Howells2016-09-081-7/+3
| * | | | | rxrpc: Add tracepoint for working out where aborts happenDavid Howells2016-09-071-0/+29
| * | | | | rxrpc: Improve the call tracking tracepointDavid Howells2016-09-071-8/+3
| * | | | | rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-0/+39
| * | | | | rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells2016-08-231-0/+56
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-0/+28
|\ \ \ \ \
| * | | | | cpu/hotplug: Add multi instance supportThomas Gleixner2016-09-021-0/+28
| |/ / / /
* | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-2/+7
|\ \ \ \ \
| * | | | | x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam2016-09-131-1/+4
| * | | | | x86/mce: Add support for new MCA_SYND registerYazen Ghannam2016-09-131-2/+4
| |/ / / /
* | | | | cpufreq: intel_pstate: Add io_boost traceSrinivas Pandruvada2016-09-161-4/+9
|/ / / /
* | | | Merge tag 'trace-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-08-091-3/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | tracing: Fix tick_stop tracepoint symbols for user exportSteven Rostedt (Red Hat)2016-08-091-3/+11
| |/ /
* | | block: rename bio bi_rw to bi_opfJens Axboe2016-08-072-11/+11
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-061-0/+144
|\ \ \
| * | | VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-021-0/+144
* | | | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-041-14/+104
|\ \ \ \
| * | | | SUNRPC: Add tracepoints for dropped and deferred requestsTrond Myklebust2016-07-131-0/+61
| * | | | SUNRPC: Add a tracepoint for server socket out-of-space conditionsTrond Myklebust2016-07-131-1/+9
| * | | | SUNRPC: Don't allocate a full sockaddr_storage for tracingTrond Myklebust2016-07-011-13/+34
| |/ / /
* | | | Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-041-136/+159
|\ \ \ \
OpenPOWER on IntegriCloud