messages from 2023-09-27 12:32:23 to 2023-10-12 18:33:10 UTC [more...]
[RFC 00/48] perf tools: Introduce data type profiling (v1)
2023-10-12 18:33 UTC (56+ messages)
` [PATCH 01/48] perf annotate: Move raw_comment and raw_func_start
` [PATCH 02/48] perf annotate: Check if operand has multiple regs
` [PATCH 03/48] perf tools: Add util/debuginfo.[ch] files
` [PATCH 04/48] perf dwarf-aux: Fix die_get_typename() for void *
` [PATCH 05/48] perf dwarf-aux: Move #ifdef code to the header file
` [PATCH 06/48] perf dwarf-aux: Add die_get_scopes() helper
` [PATCH 07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper
` [PATCH 08/48] perf dwarf-aux: Factor out __die_get_typename()
` [PATCH 09/48] perf dwarf-regs: Add get_dwarf_regnum()
` [PATCH 10/48] perf annotate-data: Add find_data_type()
` [PATCH 11/48] perf annotate-data: Add dso->data_types tree
` [PATCH 12/48] perf annotate: Factor out evsel__get_arch()
` [PATCH 13/48] perf annotate: Add annotate_get_insn_location()
` [PATCH 14/48] perf annotate: Implement hist_entry__get_data_type()
` [PATCH 15/48] perf report: Add 'type' sort key
` [PATCH 16/48] perf report: Support data type profiling
` [PATCH 17/48] perf annotate-data: Add member field in the data type
` [PATCH 18/48] perf annotate-data: Update sample histogram for type
` [PATCH 19/48] perf report: Add 'typeoff' sort key
` [PATCH 20/48] perf report: Add 'symoff' "
` [PATCH 21/48] perf annotate: Add --data-type option
` [PATCH 22/48] perf annotate: Add --type-stat option for debugging
` [PATCH 23/48] perf annotate: Add --insn-stat "
` [PATCH 24/48] perf annotate-data: Parse 'lock' prefix from llvm-objdump
` [PATCH 25/48] perf annotate-data: Handle macro fusion on x86
` [PATCH 26/48] perf annotate-data: Handle array style accesses
` [PATCH 27/48] perf annotate-data: Add stack operation pseudo type
` [PATCH 28/48] perf dwarf-aux: Add die_find_variable_by_addr()
` [PATCH 29/48] perf annotate-data: Handle PC-relative addressing
` [PATCH 30/48] perf annotate-data: Support global variables
` [PATCH 31/48] perf dwarf-aux: Add die_get_cfa()
` [PATCH 32/48] perf annotate-data: Support stack variables
` [PATCH 33/48] perf dwarf-aux: Check allowed DWARF Ops
` [PATCH 34/48] perf dwarf-aux: Add die_collect_vars()
` [PATCH 35/48] perf dwarf-aux: Handle type transfer for memory access
` [PATCH 36/48] perf annotate-data: Introduce struct data_loc_info
` [PATCH 37/48] perf map: Add map__objdump_2rip()
` [PATCH 38/48] perf annotate: Add annotate_get_basic_blocks()
` [PATCH 39/48] perf annotate-data: Maintain variable type info
` [PATCH 40/48] perf annotate-data: Add update_insn_state()
` [PATCH 41/48] perf annotate-data: Handle global variable access
` [PATCH 42/48] perf annotate-data: Handle call instructions
` [PATCH 43/48] perf annotate-data: Implement instruction tracking
` [PATCH 44/48] perf annotate: Parse x86 segment register location
` [PATCH 45/48] perf annotate-data: Handle this-cpu variables in kernel
` [PATCH 46/48] perf annotate-data: Track instructions with a this-cpu variable
` [PATCH 47/48] perf annotate-data: Add stack canary type
` [PATCH 48/48] perf annotate-data: Add debug message
[PATCH] libtraceeval: Remove sizeof() checks from traceeval_data_create_size()
2023-10-12 18:18 UTC
[PATCH] libtraceeval task-eval: Simplify logic by adding more helper functions
2023-10-12 16:40 UTC
[PATCH] libtraceeval: Remove TIMESTAMP and STAT flags from API
2023-10-12 14:58 UTC
[PATCH] libtraceeval: Simplify and correct man page example code
2023-10-12 2:38 UTC
[PATCH] libtracefs: Free "followers" when freeing instance
2023-10-12 2:30 UTC
[PATCH v2] libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer
2023-10-11 23:14 UTC (3+ messages)
[PATCH] libtraceeval: Add traceeval_stat_max/min_timestamp() API
2023-10-11 23:09 UTC (3+ messages)
[PATCH] libtraceeval: Add traceeval_hitcount() API
2023-10-11 22:28 UTC
[PATCH] libtraceeval: Fix timestamp when vals is NULL
2023-10-11 22:23 UTC
[PATCH] libtraceeval: Add generic message about bad nr_keys/vals
2023-10-11 22:07 UTC
[PATCH] libtraceeval: Add average and standard deviation to stat
2023-10-11 17:38 UTC
[PATCH 00/11] libtraceeval task-eval: Updates to evaluate tasks
2023-10-11 3:25 UTC (12+ messages)
` [PATCH 01/11] libtraceeval task-eval: Fix naming conventions of variables
` [PATCH 02/11] libtraceeval task-eval: Use "assign_*keys/vals()" helper functions
` [PATCH 03/11] libtraceeval task-eval: Add tracking of priority
` [PATCH 04/11] libtraceeval task-eval: Add way to read trace.dat buffer instances
` [PATCH 05/11] libtraceeval task-eval: Account for ZOMBIE and EXITED states
` [PATCH 06/11] libtraceeval task-eval: Show max, min and count of deltas too
` [PATCH 07/11] libtraceeval task-eval: Add more comments
` [PATCH 08/11] libtraceeval task-eval: Only release results if found
` [PATCH 09/11] libtraceeval task-eval: Do not add pdata to non RUNNING tasks
` [PATCH 10/11] libtraceveal task-eval: Clean up all traceeval_iterators
` [PATCH 11/11] libtraceeval task-evals: Free the libtraceevals
[PATCH] libtraceeval: Fix some missing frees
2023-10-11 3:08 UTC
[PATCH] libtraceeval: Do not just copy vals for delta elements
2023-10-11 3:02 UTC
[PATCH 1/1] Fix incompatible function pointer types assigning to stream_find_id_func
2023-10-10 22:34 UTC (2+ messages)
[PATCH 0/2] libtraceeval: Add warning messages
2023-10-10 19:55 UTC (3+ messages)
` [PATCH 1/2] libtraceeval: Add traceeval_vwaring() API
` [PATCH 2/2] libtraceeval: Have various errors print warnings
[PATCH] libtraceeval: Do not update stats if both the timestamp and value are zero
2023-10-10 19:54 UTC
[PATCH v3 0/2] libtraceeval: Add delta interface
2023-10-09 2:53 UTC (3+ messages)
` [PATCH v3 1/2] libtraceeval: Add traceeval_delta_start/continue/stop() API
` [PATCH v3 2/2] libtraceeval: Add traceeval_iterator_delta_start_get()
[PATCH] libtraceeval: Add new TRACEEVAL_TYPE_DELTA
2023-10-07 16:28 UTC
[PATCH v2] libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type
2023-10-07 13:07 UTC
[PATCH v2 0/3] libtraceeval: Add man pages for traceeval_delta
2023-10-06 20:12 UTC (4+ messages)
` [PATCH v2 1/3] libtraceeval: Add man pages for traceeval_delta init/start/stop functions
` [PATCH v2 2/3] libtraceeval: Add man pages for insert/remove/query of traceeval_delta items
` [PATCH v2 3/3] libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas
[PATCH v2] libtraceeval: Add traceeval_delta_start/continue/stop() API
2023-10-06 20:02 UTC
[PATCH v2 0/5] libtraceeval: Add man pages
2023-10-06 19:55 UTC (6+ messages)
` [PATCH v2 1/5] libtraceeval: Start creating the documentation "
` [PATCH v2 2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor
` [PATCH v2 3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval
` [PATCH v2 4/5] libtraceeval: Add man pages for the traceeval iterator functions
` [PATCH v2 5/5] libtraceeval: Add man pages for traceeval statistics
[PATCH v2] libtraceeval: Add wake-lat sample code
2023-10-06 19:08 UTC
[PATCH 0/3] libtraceeval: Add man pages for traceeval_delta
2023-10-06 18:54 UTC (4+ messages)
` [PATCH 1/3] libtraceeval: Add man pages for traceeval_delta init/start/stop functions
` [PATCH 2/3] libtraceeval: Add man pages for insert/remove/query of traceeval_delta items
` [PATCH 3/3] libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas
[PATCH] libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type
2023-10-06 17:16 UTC
[PATCH] libtraceeval: Add traceeval_data_start/continue/stop() API
2023-10-06 2:27 UTC (2+ messages)
[PATCH] libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer
2023-10-06 0:51 UTC
[PATCH 0/5] libtraceeval: Add man pages
2023-10-05 23:24 UTC (6+ messages)
` [PATCH 1/5] libtraceeval: Start creating the documentation "
` [PATCH 2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor
` [PATCH 3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval
` [PATCH 4/5] libtraceeval: Add man pages for the traceeval iterator functions
` [PATCH 5/5] libtraceeval: Add man pages for traceeval statistics
[PATCH] libtraceeval: Add wake-lat sample code
2023-10-05 22:16 UTC
[PATCH v2] libtraceeval: Use trick to force static array usage where needed
2023-10-05 22:02 UTC (2+ messages)
[PATCH] libtraceeval: Use trick to force static array usage where needed
2023-10-05 21:59 UTC (3+ messages)
[PATCH v2] libtraceeval: Use name for type look up for traceeval_stat
2023-10-04 22:10 UTC (2+ messages)
[PATCH] libtraceeval: Use name for type look up for traceeval_stat
2023-10-04 21:54 UTC (3+ messages)
[PATCH] libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h
2023-10-03 22:06 UTC
[PATCH] libtraceeval samples: Have samples use traceeval.h and not traceeval-hist.h
2023-10-03 17:46 UTC
[PATCH v2 0/2] libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE
2023-10-03 15:44 UTC (6+ messages)
` [PATCH v2 1/2] libtraceeval: Remove need to use TRACEEVAL_TYPE_NONE in keys and vals
` [PATCH v2 2/2] libtraceeval samples: Remove adding TRACEEVAL_TYPE_NONE to "
[PATCH v2] traceeval: Add way to extract the number of elements
2023-10-03 15:29 UTC (2+ messages)
[PATCH v2] libtraceeval: Fix comparing unsigned against zero
2023-10-03 15:19 UTC (2+ messages)
[PATCH 0/2] libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE
2023-10-03 13:48 UTC (6+ 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 00/11] libtraceeval: Even more updates!
2023-10-03 13:22 UTC (21+ messages)
` [PATCH v2 01/11] libtraceeval: Add check for updates to know to recreate iter array
` [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
[PATCH] libtraceeval: Fix comparing unsigned against zero
2023-10-03 13:07 UTC (4+ messages)
[PATCH v2] libtraceeval: Move traceeval-hist.h to traceeval.h
2023-10-02 20:51 UTC (2+ messages)
[PATCH v2] libtraceeval: Fix traceeval_insert() macro for NULL vals
2023-10-02 20:45 UTC (2+ messages)
[PATCH] traceeval: Add way to extract the number of elements
2023-10-02 20:40 UTC (2+ messages)
[PATCH] libtraceeval: Add traceeval_init_data_size()
2023-10-02 20:25 UTC (2+ messages)
[PATCH] libtraceveal: Remove TRACEEVAL_TYPE_DYNAMIC
2023-10-02 20:17 UTC (2+ messages)
Kernelshark: migrate to Qt 6
2023-10-02 18:43 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] libtraceeval: Move traceeval-hist.h to traceeval.h
2023-09-29 12:10 UTC
[PATCH] traceeval: Fix traceeval_insert() macro for NULL vals
2023-09-28 9:15 UTC
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).