index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
ftrace.c
Age
Commit message (
Expand
)
Author
2011-12-21
ftrace: Allow access to the boot time function enabling
Steven Rostedt
2011-12-21
ftrace: Decouple hash items from showing filtered functions
Steven Rostedt
2011-12-21
ftrace: Allow other users of function tracing to use the output listing
Steven Rostedt
2011-12-21
ftrace: Create ftrace_hash_empty() helper routine
Steven Rostedt
2011-12-21
ftrace: Fix ftrace hash record update with notrace
Steven Rostedt
2011-12-21
ftrace: Use bsearch to find record ip
Steven Rostedt
2011-12-21
ftrace: Sort the mcount records on each page
Steven Rostedt
2011-12-21
ftrace: Replace record newlist with record page list
Steven Rostedt
2011-12-21
ftrace: Allocate the mcount record pages as groups
Steven Rostedt
2011-12-21
ftrace: Remove usage of "freed" records
Steven Rostedt
2011-12-21
ftrace: Allow archs to modify code without stop machine
Steven Rostedt
2011-12-21
ftrace: Fix unregister ftrace_ops accounting
Jiri Olsa
2011-11-11
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-11-07
ftrace: Fix hash record accounting bug
Steven Rostedt
2011-11-07
ftrace: Remove force undef config value left for testing
Steven Rostedt
2011-10-31
kernel: Add <linux/module.h> to files using it implicitly
Paul Gortmaker
2011-10-11
tracing: Warn on output if the function tracer was found corrupted
Steven Rostedt
2011-07-21
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-07-21
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-07-14
ftrace: Fix regression where ftrace breaks when modules are loaded
Steven Rostedt
2011-07-13
ftrace: Fix dynamic selftest failure on some archs
Steven Rostedt
2011-07-13
ftrace: Update filter when tracing enabled in set_ftrace_filter()
Steven Rostedt
2011-07-13
ftrace: Balance records when updating the hash
Steven Rostedt
2011-07-07
ftrace: Do not disable interrupts for modules in mcount update
Steven Rostedt
2011-07-07
ftrace: Fix regression of :mod:module function enabling
Steven Rostedt
2011-07-05
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2011-06-14
tracing: Convert to kstrtoul_from_user
Peter Huewe
2011-06-14
ftrace: Fixed an include coding style issue
Paul McQuade
2011-06-07
ftrace: Revert 8ab2b7efd ftrace: Remove unnecessary disabling of irqs
Steven Rostedt
2011-06-06
ftrace: Fix possible undefined return code
GuoWen Li
2011-05-25
ftrace: Add internal recursive checks
Steven Rostedt
2011-05-25
ftrace: Set ops->flag to enabled even on static function tracing
Steven Rostedt
2011-05-25
ftrace: Have ftrace_startup() return failure code
Steven Rostedt
2011-05-18
ftrace: Modify ftrace_set_filter/notrace to take ops
Steven Rostedt
2011-05-18
ftrace: Allow dynamically allocated function tracers
Steven Rostedt
2011-05-18
ftrace: Implement separate user function filtering
Steven Rostedt
2011-05-18
ftrace: Free hash with call_rcu_sched()
Steven Rostedt
2011-05-18
ftrace: Have global_ops store the functions that are to be traced
Steven Rostedt
2011-05-18
ftrace: Add ops parameter to ftrace_startup/shutdown functions
Steven Rostedt
2011-05-18
ftrace: Add enabled_functions file
Steven Rostedt
2011-05-18
ftrace: Use counters to enable functions to trace
Steven Rostedt
2011-05-18
ftrace: Separate hash allocation and assignment
Steven Rostedt
2011-05-18
ftrace: Create a global_ops to hold the filter and notrace hashes
Steven Rostedt
2011-05-18
ftrace: Use hash instead for FTRACE_FL_FILTER
Steven Rostedt
2011-05-18
ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions
Steven Rostedt
2011-05-01
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2011-04-29
ftrace: Consolidate the function match routines for normal and mods
Steven Rostedt
2011-04-29
ftrace: Consolidate updating of ftrace_trace_function
Steven Rostedt
2011-04-29
ftrace: Move record update for normal and modules into a separate function
Steven Rostedt
2011-04-29
ftrace: Remove FTRACE_FL_CONVERTED flag
Steven Rostedt
[next]