linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-09 03:13:26 to 2023-10-02 20:07:12 UTC [more...]

[PATCH v2 00/11] libtraceeval: Even more updates!
 2023-10-02 20:07 UTC  (19+ messages)
` [PATCH v2 01/11] libtraceeval: Add check for updates to know to recreate iter array
` [PATCH v2 02/11] libtraceeval: Add traceeval_iterator_query()
` [PATCH v2 03/11] libtraceeval: Add traceeval_iterator_results_release()
` [PATCH v2 04/11] libtraceeval: Add traceeval_iterator_stat()
` [PATCH v2 05/11] libtraceeval: Add traceeval_iterator_remove()
` [PATCH v2 06/11] libtraceeval histogram: Add type to traceeval_data and make it a structure
` [PATCH v2 07/11] libtraceveal: Add type checks to traceeval_data vals and keys
` [PATCH v2 08/11] libtraceeval: Add size checks to insert and query functions
` [PATCH v2 09/11] libtraceeval: Make traceeval_remove() check size of keys array
` [PATCH v2 10/11] libtraceeval: Make traceeval_stat() "
` [PATCH v2 11/11] libtraceeval: Only do stats on values marked with the STAT flag

Kernelshark: migrate to Qt 6
 2023-10-02 18:43 UTC  (3+ messages)

[PATCH] libtraceeval: Fix comparing unsigned against zero
 2023-10-02 18:37 UTC  (3+ messages)

[PATCH] libtraceeval: Fix allocation of val_stats
 2023-10-02 18:33 UTC  (2+ messages)

[PATCH] libtraceevent: add option to disable documentation
 2023-09-30 20:42 UTC  (5+ messages)

[PATCH v2] libtraceevent: add option to disable documentation
 2023-09-30 20:40 UTC 

[PATCH v2] libtracefs: add option to disable documentation
 2023-09-30 20:40 UTC 

[PATCH] libtracefs: add option to disable documentation
 2023-09-30 20:29 UTC  (2+ messages)

[PATCH v2] libtraceeval: Move traceeval-hist.h to traceeval.h
 2023-09-29 12:22 UTC 

[PATCH] libtraceeval: Move traceeval-hist.h to traceeval.h
 2023-09-29 12:10 UTC 

[PATCH 0/2] libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE
 2023-09-29 10:00 UTC  (3+ messages)
` [PATCH 1/2] libtraceeval: Remove need to use TRACEEVAL_TYPE_NONE in keys and vals
` [PATCH 2/2] libtraceeval samples: Remove adding TRACEEVAL_TYPE_NONE to "

[PATCH v2] libtraceeval: Fix traceeval_insert() macro for NULL vals
 2023-09-29  9:13 UTC 

[PATCH] traceeval: Add way to extract the number of elements
 2023-09-28 14:24 UTC 

[PATCH] traceeval: Fix traceeval_insert() macro for NULL vals
 2023-09-28  9:15 UTC 

[PATCH] libtraceeval: Add traceeval_init_data_size()
 2023-09-27 13:09 UTC 

[PATCH] libtraceveal: Remove TRACEEVAL_TYPE_DYNAMIC
 2023-09-27 13:04 UTC 

[PATCH 0/9] libtraceeval: Even more updates!
 2023-09-27  9:51 UTC  (25+ messages)
` [PATCH 1/9] libtraceeval: Add check for updates to know to recreate iter array
` [PATCH 2/9] libtraceeval: Add traceeval_iterator_query()
` [PATCH 3/9] libtraceeval: Add traceeval_iterator_stat()
` [PATCH 4/9] libtraceeval: Add traceeval_iterator_remove()
` [PATCH 5/9] libtraceeval histogram: Add type to traceeval_data and make it a structure
` [PATCH 6/9] libtraceveal: Add type checks to traceeval_data vals and keys
` [PATCH 7/9] libtraceeval: Add size checks to insert and query functions
` [PATCH 8/9] libtraceeval: Add checks to traceeval_insert() and query()
` [PATCH 9/9] libtraceeval: Only do stats on values marked with the STAT flag

This list is being migrated to new infrastructure
 2023-09-20 20:15 UTC  (2+ messages)

[PATCH] tracing/synthetic: Fix order of struct trace_dynamic_info
 2023-09-09  4:28 UTC  (2+ messages)

[PATCH 1/3] meson: add option to disable documentation
 2023-08-31 10:04 UTC  (3+ messages)
` [PATCH 2/3] meson: build plugins as modules
` [PATCH 3/3] meson: set the default plugindir to make Makefile

[PATCH v4 0/5] histograms: Fix memory leak, logic bugs, legibility
 2023-08-17 22:08 UTC  (14+ messages)
` [PATCH v4 1/5] histograms: Initial histograms interface
` [PATCH v4 2/5] histograms: Add traceeval initialize and release
` [PATCH v4 3/5] histograms: Add traceeval compare
` [PATCH v4 4/5] histograms: Add traceeval query
` [PATCH v4 5/5] histograms: Add traceeval insert

[PATCH v4 00/20] libtraceeval histogram: Updates
 2023-08-17 20:59 UTC  (23+ messages)
` [PATCH v4 01/20] libtraceeval histograms: Fix traceeval_results_release() error message
` [PATCH v4 02/20] libtraceeval: Reverse params of copy_traceeval_data()
` [PATCH v4 03/20] libtraceeval: Rename copy_traceeval_data_set() to dup_traceeval_data()
` [PATCH v4 04/20] libtraceeval: Add sample task-eval program
` [PATCH v4 05/20] libtraceeval hist: Add pointer and const string types
` [PATCH v4 06/20] libtraceeval histogram: Have cmp and release functions be generic
` [PATCH v4 07/20] libtraceeval histograms: Add traceeval struct to compare function
` [PATCH v4 08/20] libtraceeval histogram: Remove comparing of traceeval and types
` [PATCH v4 09/20] libtraceeval: Convert hist array into a hash table
` [PATCH v4 10/20] libtraceeval histograms: Move hash functions into their own file
` [PATCH v4 11/20] libtraceeval histogram: Label and check keys and values
` [PATCH v4 12/20] libtraceeval histogram: Add updating of stats
` [PATCH v4 13/20] libtraceeval histogram: Add iterator APIs
` [PATCH v4 14/20] libtraceeval histogram: Add data copy callback
` [PATCH v4 15/20] libtraceeval histogram: Do the release on updates
` [PATCH v4 16/20] libtraceeval histogram: Use stack for old copy in update
` [PATCH v4 17/20] libtraceeval histogram: Add traceeval_iterator_sort_custom()
` [PATCH v4 18/20] libtraceeval histogram: Have traceeval_query() just give the pointer to results
` [PATCH v4 19/20] libtraceeval samples: Update task-eval to use the histogram logic
` [PATCH v4 20/20] libtraceeval: Add traceeval_remove()

[PATCH v3 00/18] libtraceeval histogram: Updates
 2023-08-17 20:37 UTC  (28+ messages)
` [PATCH v3 01/18] libtraceeval histograms: Fix traceeval_results_release() error message
` [PATCH v3 02/18] libtraceeval: Add sample task-eval program
` [PATCH v3 03/18] libtraceeval hist: Add pointer and const string types
` [PATCH v3 04/18] libtraceeval histogram: Have cmp and release functions be generic
` [PATCH v3 05/18] libtraceeval histograms: Add traceeval struct to compare function
` [PATCH v3 06/18] libtraceeval histogram: Remove comparing of traceeval and types
` [PATCH v3 07/18] libtraceeval: Convert hist array into a hash table
` [PATCH v3 08/18] libtraceeval histograms: Move hash functions into their own file
` [PATCH v3 09/18] libtraceeval histogram: Label and check keys and values
` [PATCH v3 10/18] libtraceeval histogram: Add updating of stats
` [PATCH v3 11/18] libtraceeval histogram: Add iterator APIs
` [PATCH v3 12/18] libtraceeval histogram: Add data copy callback
` [PATCH v3 13/18] libtraceeval histogram: Do the release on updates
` [PATCH v3 14/18] libtraceeval histogram: Use stack for old copy in update
` [PATCH v3 15/18] libtraceeval histogram: Add traceeval_iterator_sort_custom()
` [PATCH v3 16/18] libtraceeval histogram: Have traceeval_query() just give the pointer to results
` [PATCH v3 17/18] libtraceeval samples: Update task-eval to use the histogram logic
` [PATCH v3 18/18] libtraceeval: Add traceeval_remove()

[PATCH v2 00/17] libtraceeval histogram: Updates
 2023-08-17  1:13 UTC  (39+ messages)
` [PATCH v2 01/17] libtraceeval histograms: Fix traceeval_results_release() error message
` [PATCH v2 02/17] libtraceeval: Add sample task-eval program
` [PATCH v2 03/17] libtraceeval hist: Add pointer and const string types
` [PATCH v2 04/17] libtraceeval histogram: Have cmp and release functions be generic
` [PATCH v2 05/17] libtraceeval histograms: Add traceeval struct to compare function
` [PATCH v2 06/17] libtraceeval histogram: Remove comparing of traceeval and types
` [PATCH v2 07/17] libtraceeval: Convert hist array into a hash table
` [PATCH v2 08/17] libtraceeval histograms: Move hash functions into their own file
` [PATCH v2 09/17] libtraceeval histogram: Label and check keys and values
` [PATCH v2 10/17] libtraceeval histogram: Add updating of stats
` [PATCH v2 11/17] libtraceeval histogram: Add iterator APIs
` [PATCH v2 12/17] libtraceeval histogram: Add data copy callback
` [PATCH v2 13/17] libtraceeval histogram: Do the release on updates
` [PATCH v2 14/17] libtraceeval histogram: Use stack for old copy in update
` [PATCH v2 15/17] libtraceeval histogram: Add traceeval_iterator_sort_custom()
` [PATCH v2 16/17] libtraceeval histogram: Have traceeval_query() just give the pointer to results
` [PATCH v2 17/17] libtraceeval samples: Update task-eval to use the histogram logic

[PATCH] libtraceeval histogram: Add type to traceeval_data and make it a structure
 2023-08-16 16:24 UTC  (3+ messages)

[RFC][PATCH] libtraceeval: Add size checks to insert and query functions
 2023-08-16  1:15 UTC  (4+ messages)

[PATCH 0/6] libtraceeval histogram: Updates
 2023-08-11  5:30 UTC  (11+ messages)
` [PATCH 1/6] libtraceeval: Add sample task-eval program
` [PATCH 3/6] libtraceeval histogram: Have cmp and release functions be generic
` [PATCH 4/6] libtraceeval histograms: Add traceeval struct to compare function
` [PATCH 5/6] libtraceeval histogram: Fix the return value of traceeval_query()
` [PATCH 6/6] libtraceeval samples: Update task-eval to use the histogram logic

[Bug 217768] Build error
 2023-08-09 23:47 UTC  (2+ messages)


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