index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace_events_hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
tracing: Add WARN_ON_ONCE when returned value is negative
Hyeonggon Yoo
1
-0
/
+1
2021-06-10
tracing: Remove redundant assignment to event_var
Jiapeng Chong
1
-1
/
+1
2021-03-18
tracing: Use a no_filter_buffering_ref to stop using the filter buffer
Steven Rostedt (VMware)
1
-3
/
+3
2021-03-18
ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...
Steven Rostedt (VMware)
1
-1
/
+1
2021-03-18
tracing: Pass buffer of event to trigger operations
Steven Rostedt (VMware)
1
-31
/
+61
2020-11-10
tracing: Fix some typos in comments
Qiujun Huang
1
-1
/
+1
2020-10-15
tracing: Check return value of __create_val_fields() before using its result
Steven Rostedt (VMware)
1
-1
/
+1
2020-10-05
tracing: Add support for dynamic strings to synthetic events
Tom Zanussi
1
-0
/
+9
2020-10-05
tracing: Save normal string variables
Tom Zanussi
1
-2
/
+32
2020-10-05
tracing: Change STR_VAR_MAX_LEN
Tom Zanussi
1
-0
/
+2
2020-09-18
tracing: fix double free
Tom Rix
1
-1
/
+0
2020-06-01
tracing: Move synthetic events to a separate file
Tom Zanussi
1
-1785
/
+2
2020-06-01
tracing: Add hist_debug trace event files for histogram debugging
Tom Zanussi
1
-0
/
+273
2020-06-01
tracing: Check state.disabled in synth event trace functions
Tom Zanussi
1
-16
/
+3
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-11
/
+101
2020-02-20
tracing: Clear trace_state when starting trace
Masami Hiramatsu
1
-2
/
+2
2020-02-20
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
1
-3
/
+29
2020-02-20
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
1
-2
/
+12
2020-02-20
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
1
-4
/
+58
2020-02-11
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-141
/
+86
2020-02-10
tracing: Consolidate trace() functions
Tom Zanussi
1
-134
/
+86
2020-02-10
tracing: Don't return -EINVAL when tracing soft disabled synth events
Tom Zanussi
1
-14
/
+6
2020-02-10
tracing: Add missing nest end to synth_event_trace_start() error case
Tom Zanussi
1
-0
/
+1
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
1
-87
/
+943
2020-02-01
tracing: Use seq_buf for building dynevent_cmd string
Tom Zanussi
1
-1
/
+1
2020-02-01
tracing: Remove check_arg() callbacks from dynevent args
Tom Zanussi
1
-8
/
+8
2020-01-31
tracing: Consolidate some synth_event_trace code
Tom Zanussi
1
-84
/
+57
2020-01-31
tracing: Fix now invalid var_ref_vals assumption in trace action
Tom Zanussi
1
-15
/
+38
2020-01-31
tracing: Change trace_boot to use synth_event interface
Tom Zanussi
1
-7
/
+2
2020-01-30
tracing: Add synth_event_trace() and related functions
Tom Zanussi
1
-0
/
+463
2020-01-30
tracing: Add synthetic event command generation functions
Tom Zanussi
1
-4
/
+375
2020-01-30
tracing: Add synth_event_delete()
Tom Zanussi
1
-16
/
+41
2020-01-28
tracing: Add 'hist:' to hist trigger error log error string
Tom Zanussi
1
-1
/
+2
2020-01-28
tracing: Add hist trigger error messages for sort specification
Tom Zanussi
1
-4
/
+17
2020-01-28
tracing: Simplify assignment parsing for hist triggers
Tom Zanussi
1
-43
/
+27
2020-01-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+7
2020-01-20
tracing: Fix histogram code when expression has same var as value
Steven Rostedt (VMware)
1
-0
/
+22
2020-01-14
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
1
-11
/
+30
2020-01-13
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
1
-11
/
+30
2020-01-13
tracing/boot: Add synthetic event support
Masami Hiramatsu
1
-0
/
+5
2020-01-13
tracing: Add NULL trace-array check in print_synth_event()
Masami Hiramatsu
1
-1
/
+1
2020-01-13
tracing: Accept different type for synthetic event fields
Masami Hiramatsu
1
-2
/
+5
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
1
-1
/
+1
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
1
-1
/
+1
2019-12-25
Merge branch 'core/kprobes' into perf/core, to pick up a completed branch
Ingo Molnar
1
-1
/
+7
2019-12-21
tracing: Fix endianness bug in histogram trigger
Sven Schnelle
1
-1
/
+20
2019-12-10
Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflicts
Ingo Molnar
1
-1
/
+1
2019-11-27
ftrace: Rework event_create_dir()
Peter Zijlstra
1
-1
/
+7
2019-11-15
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
1
-1
/
+1
[next]