messages from 2023-08-04 09:52:54 to 2023-09-27 09:51:48 UTC [more...]
[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
[PATCH] libtraceeval: Fix allocation of val_stats
2023-09-27 8:19 UTC
[PATCH] libtraceeval: Fix comparing unsigned against zero
2023-09-27 8:16 UTC
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 (12+ messages)
` [PATCH 1/6] libtraceeval: Add sample task-eval program
` [PATCH 2/6] libtraceeval hist: Add pointer and const string types
` [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)
[PATCH v3 0/6] histograms: Add query and insert
2023-08-09 0:56 UTC (18+ messages)
` [PATCH v3 1/6] histograms: Initial histograms interface
` [PATCH v3 2/6] histograms: Add traceeval initialize and release
` [PATCH v3 3/6] histograms: Add traceeval compare
` [PATCH v3 4/6] histograms: Add traceeval query
` [PATCH v3 5/6] histograms: Add traceeval insert
How to solve the coupling between libtraceevent and kernel trace?
2023-08-08 2:36 UTC (6+ messages)
[PATCH v2 0/5] histograms: bug fixes and convention compliance
2023-08-07 23:40 UTC (16+ messages)
` [PATCH v2 1/5] histograms: Initial histograms interface
` [PATCH v2 2/5] histograms: Add traceeval initialize
` [PATCH v2 3/5] histograms: Add traceeval release
` [PATCH v2 4/5] histograms: Add traceeval compare
[PATCH] traceeval: Remove free_results()
2023-08-04 17:00 UTC (2+ messages)
[PATCH 0/3] rtla fixes for 6.5
2023-08-04 15:52 UTC (4+ messages)
` [PATCH 1/3] rtla/timerlat_aa: Zero thread sum after every sample analysis
` [PATCH 2/3] rtla/timerlat_aa: Fix negative IRQ delay
` [PATCH 3/3] rtla/timerlat_aa: Fix previous IRQ delay for IRQs that happens after thread sample
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).