linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 05:11:21 to 2021-08-12 14:00:16 UTC [more...]

[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 v4] [RFC] trace: Add kprobe on tracepoint
 2021-08-12 13:44 UTC  (11+ messages)

[PATCH v6 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-12  8:59 UTC  (6+ 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 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 v2 00/87] Trace file version 7
 2021-08-05 21:27 UTC  (25+ messages)
` [PATCH v2 04/87] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v2 05/87] trace-cmd library: Fix possible memory corruption on processing a trace buffer
` [PATCH v2 06/87] trace-cmd library: Add constructor and destructor
` [PATCH v2 07/87] trace-cmd library: Add cache functionality to network message handler
` [PATCH v2 08/87] trace-cmd library: Add support for compression algorithms
` [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 79/87] tarce-cmd library: New API to copy trace data between trace files
` [PATCH v2 80/87] trace-cmd library: Extend tracecmd_copy() API
` [PATCH v2 81/87] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH v2 82/87] trace-cmd: Add new subcommand "convert"
` [PATCH v2 83/87] trace-cmd report: Add new parameters for version 7 trace files
` [PATCH v2 84/87] trace-cmd: Update bash completion
` [PATCH v2 85/87] tarce-cmd: Man page for "trace-cmd convert"
` [PATCH v2 86/87] tarce-cmd: Update record man page
` [PATCH v2 87/87] trace-cmd: Document trace file version 7

[PATCH 00/87] Trace file version 7
 2021-08-05 13:40 UTC  (3+ messages)
` [PATCH 11/87] trace-cmd library: Internal helpers for uncompressing data

[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  (26+ messages)
` [PATCH v2 01/21] libtracefs: Added new API tracefs_sql()
` [PATCH v2 02/21] tracefs: Add unit tests for tracefs_sql()
` [PATCH v2 03/21] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH v2 04/21] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH v2 05/21] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH v2 06/21] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH v2 07/21] libtracefs: Make sqlhist parser reentrant
` [PATCH v2 08/21] libtracefs: Make parser unique to libtracefs
` [PATCH v2 09/21] libtracefs: Add line number and index to expr structure
` [PATCH v2 10/21] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH v2 11/21] libtracefs: Add error message when match or init fails from bad events
` [PATCH v2 12/21] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH v2 13/21] libtracefs: Add error message when compare fields fail
` [PATCH v2 14/21] libtracefs: Add error message for grouping events in SQL filter
` [PATCH v2 15/21] libtracefs: Add error message for bad filters in SQL statement
` [PATCH v2 16/21] libtracefs: Add error message when calculation has no label
` [PATCH v2 17/21] libtracefs: Add man page for tracefs_sql()
` [PATCH v2 18/21] libtracefs: Allow for simple SQL statements to create a histogram
` [PATCH v2 19/21] libtracefs: Allow trace_sql() to take keywords for fields with backslash
` [PATCH v2 20/21] libtracefs: Add CAST() syntax to SQL parsing for histogram types
` [PATCH v2 21/21] libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histograms

[PATCH 00/17] libtracefs: Introducing tracefs_sql() to create synthetice events with an SQL line
 2021-08-04 12:27 UTC  (26+ messages)
` [PATCH 01/17] libtracefs: Added new API tracefs_sql()
` [PATCH 02/17] tracefs: Add unit tests for tracefs_sql()
` [PATCH 03/17] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH 04/17] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH 05/17] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH 06/17] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH 07/17] libtracefs: Make sqlhist parser reentrant
` [PATCH 08/17] libtracefs: Make parser unique to libtracefs
` [PATCH 09/17] libtracefs: Add line number and index to expr structure
` [PATCH 10/17] libtracefs: Add a parse_error() helper function to record errors
` [PATCH 11/17] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH 12/17] libtracefs: Add error message when match or init fails from bad events
` [PATCH 13/17] libtracefs; Add error message for bad selections to SQL sequence
` [PATCH 14/17] libtracefs: Add error message when compare fields fail
` [PATCH 15/17] libtracefs: Add error message for grouping events in SQL filter
` [PATCH 16/17] libtracefs: Add error message for bad filters in SQL statement
` [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  (23+ messages)
` [PATCH v3 01/22] libtracefs: Added new API tracefs_sql()
` [PATCH v3 02/22] tracefs: Add unit tests for tracefs_sql()
` [PATCH v3 03/22] libtracefs: Add comparing start and end fields in tracefs_sql()
` [PATCH v3 04/22] libtracefs: Add unit test to test tracefs_sql() compare
` [PATCH v3 05/22] libtracefs: Add filtering for start and end events in tracefs_sql()
` [PATCH v3 06/22] libtracefs: Add unit test to test tracefs_sql() where clause
` [PATCH v3 07/22] libtracefs: Make sqlhist parser reentrant
` [PATCH v3 08/22] libtracefs: Make parser unique to libtracefs
` [PATCH v3 09/22] libtracefs: Add line number and index to expr structure
` [PATCH v3 10/22] libtracefs: Add error message when match fields are not FROM and JOIN events
` [PATCH v3 11/22] libtracefs: Add error message when match or init fails from bad events
` [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 17/22] libtracefs: Add man page for tracefs_sql()
` [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 21/22] libtracefs: Add CAST() syntax to SQL parsing for histogram types
` [PATCH v3 22/22] libtracefs: Add CAST(x AS _COUNTER_) syntax to create values in histograms

[PATCH v2 0/7] libtracefs: Updates to the histograms for tracefs_sql()
 2021-08-03 16:48 UTC  (8+ messages)
` [PATCH v2 1/7] libtracefs: Change the tracefs_hist API to not take an instance immediately
` [PATCH v2 2/7] libtracefs: Expose tracefs_hist_command() as an API
` [PATCH v2 3/7] libtracefs: Add API tracefs_hist_append_filter()
` [PATCH v2 4/7] libtracefs: Add API tracefs_hist_show()
` [PATCH v2 5/7] libtracefs: Split up libtracefs-synth man page
` [PATCH v2 6/7] libtracefs: Add API tracefs_synth_get_start_hist()
` [PATCH v2 7/7] libtracefs: Add API tracefs_synth_complete()

[RFC PATCH] libtraceevent: Add tep_print_selected_fields()
 2021-08-03 13:48 UTC  (6+ messages)

[PATCH 0/7] libtracefs: Updates to the histograms for tracefs_sql()
 2021-08-03  2:59 UTC  (8+ messages)
` [PATCH 1/7] libtracefs: Change the tracefs_hist API to not take an instance immediately
` [PATCH 2/7] libtracefs: Expose tracefs_hist_command() as an API
` [PATCH 3/7] libtracefs: Add API tracefs_hist_append_filter()
` [PATCH 4/7] libtracefs: Add API tracefs_hist_show()
` [PATCH 5/7] libtracefs: Split up libtracefs-synth man page
` [PATCH 6/7] libtracefs: Add API tracefs_synth_get_start_hist()
` [PATCH 7/7] libtracefs: Add API tracefs_synth_complete()

[PATCH 0/6] libtracefs: Updates to event filtering
 2021-07-30  3:03 UTC  (7+ messages)
` [PATCH 1/6] libtracefs: Update to version 1.3-dev
` [PATCH 2/6] libtracefs: Rename GR and NQ to GT and NE respectively
` [PATCH 3/6] libtracefs: Append the synth filter with parens and conjunctions
` [PATCH 4/6] libtracefs: Add kerneldoc comments to the remaining synth functions
` [PATCH 5/6] libtracefs: Add filter creating and verify API
` [PATCH 6/6] libtracefs: Add man pages for tracefs_event_append_filter()

[PATCH 0/3] libtracefs documentation fixes
 2021-07-29 19:18 UTC  (5+ messages)
` [PATCH 1/3] libtracefs: Fix example in libtracefs-events-tep
` [PATCH 2/3] libtracefs: Fix example in libtracefs-events
` [PATCH 3/3] libtracefs: Fix a typo in libtracefs-files

[PATCH 1/2] trace-cruncher: Add generic methods for printing
 2021-07-29 13:22 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Provide short info print

[PATCH 1/4] trace-cruncher: Add set_ftrace_loglevel()
 2021-07-29 10:25 UTC  (4+ messages)
` [PATCH 4/4] trace-cruncher: Allow for detachable kprobes


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).