linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 17:06:17 to 2021-08-20 00:46:43 UTC [more...]

[PATCH v8 0/5] tracing: Creation of event probe
 2021-08-20  0:46 UTC  (9+ messages)
` [PATCH v8 1/5] tracing/probes: Reject events which have the same name of existing one
` [PATCH v8 2/5] tracing: Add a probe that attaches to trace events
` [PATCH v8 3/5] selftests/ftrace: Add clear_dynamic_events() to test cases
` [PATCH v8 4/5] selftests/ftrace: Add selftest for testing eprobe events
` [PATCH v8 5/5] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[PATCH v2] trace-cmd: Add dependencies to BUILDING section in README
 2021-08-20  0:25 UTC  (3+ messages)

[PATCH v2 0/7] trace-cruncher: Refactor instances and kprobes
 2021-08-19 19:54 UTC  (9+ messages)
` [PATCH v2 1/7] trace-cruncher: Use proper naming in common.h
` [PATCH v2 2/7] trace-cruncher: Add type checking for the custom Python types
` [PATCH v2 3/7] trace-cruncher: Allow for detachable custom objects
` [PATCH v2 4/7] trace-cruncher: Define Python type for instances
` [PATCH v2 5/7] trace-cruncher: Refactor the way libtracefs instances are handled
` [PATCH v2 6/7] trace-cruncher: Define Python type for kprobes
` [PATCH v2 7/7] trace-cruncher: Refactor the way kprobes are handled

[PATCH v2 00/87] Trace file version 7
 2021-08-19 19:33 UTC  (39+ messages)
` [PATCH v2 17/87] trace-cmd library: New API to configure compression on an output handler
` [PATCH v2 20/87] trace-cmd library: Compress part of the trace file
` [PATCH v2 24/87] trace-cmd library: Add local helper function for data compression
` [PATCH v2 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file version 7
` [PATCH v2 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v2 34/87] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v2 35/87] trace-cmd library: Initialize internal sections database on file read
` [PATCH v2 37/87] trace-cmd library: Set log size to the input tep handler when it is read from the file
` [PATCH v2 38/87] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v2 44/87] trace-cmd library: Set input handler default values in allocation function
` [PATCH v2 48/87] trace-cmd library: Read extended BUFFER option
` [PATCH v2 49/87] trace-cmd library: Handle the extended DONE option
` [PATCH v2 50/87] trace-cmd library: Read compression header
` [PATCH v2 51/87] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v2 59/87] trace-cmd report: Do not print empty buffer name
` [PATCH v2 60/87] trace-cmd report: Init the top trace instance earlier
` [PATCH v2 83/87] trace-cmd report: Add new parameters for version 7 trace files
` [PATCH v2 87/87] trace-cmd: Document trace file version 7

[PATCH v6 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-19 16:55 UTC  (9+ messages)
` [PATCH v6 1/5] libtraceevent: Add dynamic_offset()
` [PATCH v6 2/5] libtraceevent: Have all field args point to the field they represent
` [PATCH v6 3/5] libtraceevent: Improve tep_print_field()
` [PATCH v6 4/5] libtraceevent: Optimize tep_print_fields()
` [PATCH v6 5/5] libtraceevent: Add tep_print_selected_fields()

[PATCH v7 00/10] tracing: Creation of event probe
 2021-08-19 13:57 UTC  (17+ messages)
` [PATCH v7 01/10] tracing: Add DYNAMIC flag for dynamic events
` [PATCH v7 02/10] tracing: Have dynamic events have a ref counter
` [PATCH v7 03/10] tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
` [PATCH v7 04/10] tracing/probes: Allow for dot delimiter as well as slash for system names
` [PATCH v7 05/10] tracing/probes: Use struct_size() instead of defining custom macros
` [PATCH v7 06/10] tracing/probe: Change traceprobe_set_print_fmt() to take a type
` [PATCH v7 07/10] tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
` [PATCH v7 08/10] tracing: Add a probe that attaches to trace events
    ` [PATCH] tracing/probes: Reject events which have the same name of existing one
` [PATCH v7 09/10] selftests/ftrace: Add clear_dynamic_events() to test cases
` [PATCH v7 10/10] selftests/ftrace: Add selftest for testing eprobe events

[PATCH v6 0/7] tracing: Creation of event probe
 2021-08-19  4:28 UTC  (20+ messages)
` [PATCH v6 1/7] tracing: Add DYNAMIC flag for dynamic events
` [PATCH v6 2/7] tracing: Have dynamic events have a ref counter
` [PATCH v6 3/7] tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
` [PATCH v6 4/7] tracing/probes: Allow for dot delimiter as well as slash for system names
` [PATCH v6 5/7] tracing/probes: Use struct_size() instead of defining custom macros
` [PATCH v6 6/7] tracing/probe: Change traceprobe_set_print_fmt() to take a type
` [PATCH v6 7/7] tracing: Add a probe that attaches to trace events

[PATCH 1/4] trace-cruncher: Use proper naming in common.h
 2021-08-17 16:41 UTC  (4+ messages)
` [PATCH 2/4] trace-cruncher: Add type checking for the custom Python types
` [PATCH 3/4] trace-cruncher: Define Python type for instances
` [PATCH 4/4] trace-cruncher: Refactor the way libtracefs instances are handled

[PATCH 00/87] Trace file version 7
 2021-08-17 14:03 UTC  (5+ messages)
` [PATCH 11/87] trace-cmd library: Internal helpers for uncompressing data
` [PATCH 23/87] trace-cmd library: Refactor the logic for writing trace data in the file

[PATCH v4] [RFC] trace: Add kprobe on tracepoint
 2021-08-17 11:52 UTC  (15+ messages)

[PATCH] trace-cmd: Add dependencies to BUILDING section in README
 2021-08-13  2:47 UTC  (3+ messages)

[PATCH 0/7] libtracefs: Add handlers 'onmax' and 'onchange' and actions 'snapshot' and 'save'
 2021-08-13  2:16 UTC  (8+ messages)
` [PATCH 1/7] libtracefs: Move creating of onmatch handler and trace action into helper functions
` [PATCH 2/7] libtracefs: Add logic to apply actions to synthetic events
` [PATCH 3/7] libtracefs: Add API tracefs_synth_trace()
` [PATCH 4/7] libtracefs: Add API tracefs_synth_snapshot()
` [PATCH 5/7] libtracefs: Add API tracefs_synth_save()
` [PATCH 6/7] libtracefs: Update the libtracefs-sql man page for the new tracefs_synth APIs
` [PATCH 7/7] libtracefs: Make a man page for the sqlhist man page example

[PATCH] libtracefs: Fix SYM-OFFSET in tracefs_sql()
 2021-08-13  1:38 UTC 

[PATCH] libtracefs: Remove -d option from libtracefs-sql sqlhist example
 2021-08-12 18:44 UTC 

[PATCH v2 0/2] libtracefs: Make hist variable names unique
 2021-08-12 15:50 UTC  (3+ messages)
` [PATCH v2 1/2] libtracefs: Add random number to keep synthetic variables unique
` [PATCH v2 2/2] libtracefs: Have end event variables not be the end event field name

[PATCH v5] [RFC] trace: Add kprobe on tracepoint
 2021-08-12 14:58 UTC 

[PATCH 0/5] osnoise: Support multiple instances
 2021-08-12 13:57 UTC  (6+ messages)
` [PATCH 1/5] trace/osnoise: Do not follow tracing_cpumask
` [PATCH 2/5] trace/osnoise: Split workload start from the tracer start
` [PATCH 3/5] trace/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()
` [PATCH 4/5] trace/osnoise: Support a list of trace_array *tr
` [PATCH 5/5] trace/osnoise: Allow multiple instances of the same tracer

[PATCH 0/2] libtracefs: Make hist variable names unique
 2021-08-12 14:00 UTC  (5+ messages)
` [PATCH 1/2] libtracefs: Add random number to keep synthetic variables unique
` [PATCH 2/2] libtracefs: Have end event variables not be the end event field name

[PATCH v5 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-11 16:21 UTC  (8+ messages)
` [PATCH v5 1/5] libtraceevent: Add dynamic_offset()
` [PATCH v5 2/5] libtraceevent: Have all field args point to the field they represent
` [PATCH v5 3/5] libtraceevent: Improve tep_print_field()
` [PATCH v5 4/5] libtraceevent: Optimize tep_print_fields()
` [PATCH v5 5/5] libtraceevent: Add tep_print_selected_fields()

[PATCH v3] [RFC] trace: Add kprobe on tracepoint
 2021-08-11  3:03 UTC 

[PATCH 0/9] libtracefs: APIs to read a trace event hist file
 2021-08-10 20:48 UTC  (10+ messages)
` [PATCH 1/9] tracefs: Add API tracefs_hist_data_parse()
` [PATCH 2/9] libtracefs: Parse comment for hist data information
` [PATCH 3/9] libtracefs: Change hist_data_key type to flags
` [PATCH 4/9] libtracefs: Add API tracefs_hist_data_read()
` [PATCH 5/9] libtracefs: Add API tracefs_list_dup()
` [PATCH 6/9] libtracefs: Add APIs tracefs_hist_data_keys/value_names()
` [PATCH 7/9] libtracefs: Add API tracefs_hist_data_keys/values() and next_bucket()
` [PATCH 8/9] libtracefs: Have tracefs_hist_bucket_key flags save the type
` [PATCH 9/9] libtracefs: Add man pages for tracefs_hist_data functions

[PATCH v4 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-10 12:26 UTC  (6+ messages)
` [PATCH v4 1/5] libtraceevent: Add dynamic_offset()
` [PATCH v4 2/5] libtraceevent: Have all field args point to the field they represent
` [PATCH v4 3/5] libtraceevent: Improve tep_print_field()
` [PATCH v4 4/5] libtraceevent: Optimize tep_print_fields()
` [PATCH v4 5/5] libtraceevent: Add tep_print_selected_fields()

[PATCH v2] [RFC] trace: Add kprobe on tracepoint
 2021-08-10 11:21 UTC 

[RFC] [RFC] trace: Add kprobe on tracepoint
 2021-08-08  3:15 UTC  (5+ messages)

[PATCH 0/2] tracing: addition of event probe
 2021-08-06 20:55 UTC  (4+ messages)
` [PATCH 2/2] tracing: Update to the event probes

[PATCH v3 1/2] libtraceevent: Add dynamic_offset()
 2021-08-05 13:34 UTC  (2+ messages)
` [PATCH v3 2/2] libtraceevent: Keep the pointer to the field in args

[PATCH] trace-cmd: Fix out of range comparison
 2021-08-05  4:36 UTC 

[RFC PATCH] udiag - User mode to trace_event (ftrace, perf, eBPF) ABI
 2021-08-04 16:37 UTC  (5+ messages)

[PATCH v2 1/2] libtraceevent: Add dynamic_offset()
 2021-08-04 16:04 UTC  (4+ messages)
` [PATCH v2 2/2] libtraceevent: Keep the pointer to the field in args (WiP)

[PATCH] libtracefs: Remove include sys/stat.h from global tracefs.h
 2021-08-04 14:30 UTC 

[PATCH v2 00/21] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-04 13:23 UTC  (3+ messages)

[PATCH 00/17] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-04 12:27 UTC  (5+ messages)
` [PATCH 17/17] libtracefs: Add man page for tracefs_sql()

[PATCH 1/2] libtracefs: Silence non-literal-null-conversion warning
 2021-08-04  0:51 UTC  (4+ messages)
` [PATCH 2/2] libtracefs: Silence sometimes-uninitialized warning

[PATCH v3 00/22] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-03 17:06 UTC  (13+ messages)
` [PATCH v3 01/22] libtracefs: Added new API tracefs_sql()
` [PATCH v3 03/22] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH v3 09/22] libtracefs: Add line number and index to expr structure
` [PATCH v3 12/22] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH v3 13/22] libtracefs: Add error message when compare fields fail
` [PATCH v3 14/22] libtracefs: Add error message for grouping events in SQL filter
` [PATCH v3 15/22] libtracefs: Add error message for bad filters in SQL statement
` [PATCH v3 16/22] libtracefs: Add error message when calculation has no label
` [PATCH v3 18/22] libtracefs: Add Makefile rule to create sqlhist
` [PATCH v3 19/22] libtracefs: Allow for simple SQL statements to create a histogram
` [PATCH v3 20/22] libtracefs: Allow trace_sql() to take keywords for fields with backslash
` [PATCH v3 22/22] libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histograms


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).