Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
fed891c89bfd8ef898c2289b34e748969bb12798
/
include
/
trace
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
cc8e970
memcg: add mm_vmscan_memcg_isolate tracepoint
by KOSAKI Motohiro
· 14 years ago
e17613c
vmscan: convert mm_vmscan_lru_isolate to DEFINE_EVENT
by KOSAKI Motohiro
· 14 years ago
bdce6d9
memcg, vmscan: add memcg reclaim tracepoint
by KOSAKI Motohiro
· 14 years ago
cf4dcc3
vmscan: convert direct reclaim tracepoint to DEFINE_TRACE
by KOSAKI Motohiro
· 14 years ago
755f022
vmscan: tracing: add trace event when a page is written
by Mel Gorman
· 14 years ago
a8a94d1
vmscan: tracing: add trace events for LRU page isolation
by Mel Gorman
· 14 years ago
33906bc
vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim
by Mel Gorman
· 14 years ago
09dc942
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
6033202
writeback: add new tracepoints
by Artem Bityutskiy
· 14 years ago
96dccab
writeback.h: needs linux/device.h
by Randy Dunlap
· 14 years ago
9e09438
writeback: Add tracing to write_cache_pages
by Dave Chinner
· 14 years ago
028c2dd
writeback: Add tracing to balance_dirty_pages
by Dave Chinner
· 14 years ago
455b286
writeback: Initial tracing support
by Dave Chinner
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
819ce45
tracing: Drop cpparg() macro
by Frederic Weisbecker
· 14 years ago
e5880d7
ext4: fix potential NULL dereference while tracing
by Theodore Ts'o
· 14 years ago
3a01736
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
by Ingo Molnar
· 14 years ago
4c21adf
x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent
by Thomas Renninger
· 14 years ago
bc289ae
tracing: Reduce latency and remove percpu trace_seq
by Lai Jiangshan
· 14 years ago
6416669
workqueue: temporarily remove workqueue tracing
by Tejun Heo
· 14 years ago
a1d0ce8
tracing: Use class->reg() for all registering of events
by Steven Rostedt
· 14 years ago
210f766
tracing: Convert more sched events to DEFINE_EVENT
by Li Zefan
· 14 years ago
363d0f6
tracing: Convert some timer events to DEFINE_EVENT
by Li Zefan
· 14 years ago
c9642c4
tracing: Use a global field list for all syscall exit events
by Li Zefan
· 14 years ago
646b1db
Merge commit 'v2.6.35-rc3' into perf/core
by Ingo Molnar
· 14 years ago
85ca788
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
c726b61
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 14 years ago
0b56492
writeback: pay attention to wbc->nr_to_write in write_cache_pages
by Dave Chinner
· 14 years ago
b9b76df
tracing: Fix null pointer deref with SEND_SIG_FORCED
by Oleg Nesterov
· 14 years ago
30dbb20e
tracing: Remove boot tracer
by Américo Wang
· 14 years ago
b0f82b8
perf: Drop the skip argument from perf_arch_fetch_regs_caller
by Frederic Weisbecker
· 14 years ago
39d1121
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
02f7269
sched, trace: Fix sched_switch() prev_state argument
by Peter Zijlstra
· 14 years ago
3771f07
perf_events, trace: Fix probe unregister race
by Peter Zijlstra
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
c5617b2
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
e4ce30f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
49c1774
tracing: Add __used annotation to event variable
by Steven Rostedt
· 14 years ago
98edb6c
Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 years ago
ff5f149
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7
by Steven Rostedt
· 14 years ago
33cf23b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 14 years ago
1c024eca
perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events
by Peter Zijlstra
· 14 years ago
b7e2ece
perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction
by Peter Zijlstra
· 14 years ago
dfacc4d
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core
by Ingo Molnar
· 14 years ago
4f41c01
perf/ftrace: Optimize perf/tracepoint interaction for single events
by Peter Zijlstra
· 14 years ago
752f114
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
4d7b4ac
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
95bb335
[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6
by James Bottomley
· 14 years ago
f0218b3
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6
by Steven Rostedt
· 14 years ago
9beeaa2
Merge branch 'perf'
by Avi Kivity
· 15 years ago
2ed152a
KVM: cleanup kvm trace
by Xiao Guangrong
· 15 years ago
f084db9
tracing: Convert more ext4 events to DEFINE_EVENT
by Li Zefan
· 14 years ago
f307333
ext4: Add new tracepoints to track mballoc's buddy bitmap loads
by Theodore Ts'o
· 14 years ago
32c0eda
tracing: Remove duplicate id information in event structure
by Steven Rostedt
· 15 years ago
80decc7
tracing: Move print functions into event class
by Steven Rostedt
· 15 years ago
a9a5776
tracing: Allow events to share their print functions
by Steven Rostedt
· 15 years ago
0405ab8
tracing: Move raw_init from events to class
by Steven Rostedt
· 15 years ago
2e33af0
tracing: Move fields from event to class structure
by Steven Rostedt
· 15 years ago
2239291
tracing: Remove per event trace registering
by Steven Rostedt
· 15 years ago
38516ab
tracing: Let tracepoints have data passed to tracepoint callbacks
by Steven Rostedt
· 15 years ago
8f08201
tracing: Create class struct for events
by Steven Rostedt
· 15 years ago
23e117f
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-4
by Steven Rostedt
· 14 years ago
2c193c7
tracing: Factorize lock events in a lock class
by Frederic Weisbecker
· 15 years ago
9313543
tracing: Drop the nested field from lock_release event
by Frederic Weisbecker
· 15 years ago
883a2a3
tracing: Drop lock_acquired waittime field
by Frederic Weisbecker
· 15 years ago
27a9da6
sched: Remove rq argument to the tracepoints
by Peter Zijlstra
· 15 years ago
2e26ca7
tracing: Fix tracepoint.h DECLARE_TRACE() to allow more than one header
by Steven Rostedt
· 15 years ago
c446c1f
[SCSI] scsi_trace: Enhance SCSI command tracing
by Martin K. Petersen
· 15 years ago
bf81623
[SCSI] add scsi trace core functions and put trace points
by Kei Tokunaga
· 15 years ago
5a2e399
[SCSI] ftrace: add __print_hex()
by Kei Tokunaga
· 15 years ago
b971f06
Merge commit 'tip/tracing/core' into oprofile/core
by Robert Richter
· 15 years ago
70bce3b
Merge branch 'linus' into perf/core
by Ingo Molnar
· 15 years ago
ac0053f
Merge commit 'v2.6.34-rc5' into tracing/core
by Ingo Molnar
· 15 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
c1ab9ca
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 15 years ago
6cc8a7c
perf: Fetch hot regs from the template caller
by Frederic Weisbecker
· 15 years ago
eb0c537
tracing: Fix compile error in module tracepoints when MODULE_UNLOAD not set
by Steven Rostedt
· 15 years ago
ae832d1
tracing: Remove side effect from module tracepoints that caused a GPF
by Li Zefan
· 15 years ago
50354a8
tracing: Update comments
by Li Zefan
· 15 years ago
4bdde04
tracing: Convert some signal events to DEFINE_TRACE
by Li Zefan
· 15 years ago
b4b7a4e
Merge branch 'master' into for-linus
by Jens Axboe
· 15 years ago
f82c37e
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
4e3eadd
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
97d5a22
perf: Drop the obsolete profile naming for trace events
by Frederic Weisbecker
· 15 years ago
c530665
perf: Take a hot regs snapshot for trace events
by Frederic Weisbecker
· 15 years ago
881245d
Add DocBook documentation for the block tracepoints.
by William Cohen
· 15 years ago
c812a51
Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 15 years ago
1f63b9c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 15 years ago
8d53dd5
rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare()
by Paul E. McKenney
· 15 years ago
90bb6fc
KVM: MMU: Add tracepoint for guest page aging
by Avi Kivity
· 15 years ago
0c04851
KVM: trace guest fpu loads and unloads
by Avi Kivity
· 15 years ago
6556a67
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
86c38a3
tracing: Fix ftrace_event_call alignment for use with gcc 4.5
by Jeff Mahoney
· 15 years ago
83f0d53
tracing: Add notrace to TRACE_EVENT implementation functions
by Steven Rostedt
· 15 years ago
c965be1
perf lock: Enhance information of lock trace events
by Hitoshi Mitake
· 15 years ago
430ad5a
perf: Factorize trace events raw sample buffer operations
by Xiao Guangrong
· 15 years ago
61405fe
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
Next »