Show patches with: none      |   7535 patches
« 1 2 ... 4 5 675 76 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[14/48] perf annotate: Implement hist_entry__get_data_type() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[13/48] perf annotate: Add annotate_get_insn_location() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[12/48] perf annotate: Factor out evsel__get_arch() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[11/48] perf annotate-data: Add dso->data_types tree perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[10/48] perf annotate-data: Add find_data_type() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[09/48] perf dwarf-regs: Add get_dwarf_regnum() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[08/48] perf dwarf-aux: Factor out __die_get_typename() perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[07/48] perf dwarf-aux: Add die_find_variable_by_reg() helper perf tools: Introduce data type profiling (v1) 1 - - --- 2023-10-12 Namhyung Kim Superseded
[06/48] perf dwarf-aux: Add die_get_scopes() helper perf tools: Introduce data type profiling (v1) 1 - - --- 2023-10-12 Namhyung Kim Superseded
[05/48] perf dwarf-aux: Move #ifdef code to the header file perf tools: Introduce data type profiling (v1) 1 - - --- 2023-10-12 Namhyung Kim Superseded
[04/48] perf dwarf-aux: Fix die_get_typename() for void * perf tools: Introduce data type profiling (v1) 1 - - --- 2023-10-12 Namhyung Kim Superseded
[03/48] perf tools: Add util/debuginfo.[ch] files perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[02/48] perf annotate: Check if operand has multiple regs perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
[01/48] perf annotate: Move raw_comment and raw_func_start perf tools: Introduce data type profiling (v1) - - - --- 2023-10-12 Namhyung Kim Superseded
libtraceeval: Simplify and correct man page example code libtraceeval: Simplify and correct man page example code - - - --- 2023-10-12 Steven Rostedt Under Review
libtracefs: Free "followers" when freeing instance libtracefs: Free "followers" when freeing instance - - - --- 2023-10-12 Steven Rostedt Accepted
libtraceeval: Add traceeval_hitcount() API libtraceeval: Add traceeval_hitcount() API - - - --- 2023-10-11 Steven Rostedt Under Review
libtraceeval: Fix timestamp when vals is NULL libtraceeval: Fix timestamp when vals is NULL - - - --- 2023-10-11 Steven Rostedt Under Review
libtraceeval: Add generic message about bad nr_keys/vals libtraceeval: Add generic message about bad nr_keys/vals - - - --- 2023-10-11 Steven Rostedt Under Review
libtraceeval: Add average and standard deviation to stat libtraceeval: Add average and standard deviation to stat - - - --- 2023-10-11 Steven Rostedt Under Review
[11/11] libtraceeval task-evals: Free the libtraceevals libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[10/11] libtraceveal task-eval: Clean up all traceeval_iterators libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[09/11] libtraceeval task-eval: Do not add pdata to non RUNNING tasks libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[08/11] libtraceeval task-eval: Only release results if found libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[07/11] libtraceeval task-eval: Add more comments libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[06/11] libtraceeval task-eval: Show max, min and count of deltas too libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[05/11] libtraceeval task-eval: Account for ZOMBIE and EXITED states libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[04/11] libtraceeval task-eval: Add way to read trace.dat buffer instances libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[03/11] libtraceeval task-eval: Add tracking of priority libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[02/11] libtraceeval task-eval: Use "assign_*keys/vals()" helper functions libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
[01/11] libtraceeval task-eval: Fix naming conventions of variables libtraceeval task-eval: Updates to evaluate tasks - - - --- 2023-10-11 Steven Rostedt Under Review
libtraceeval: Fix some missing frees libtraceeval: Fix some missing frees - - - --- 2023-10-11 Steven Rostedt Under Review
libtraceeval: Do not just copy vals for delta elements libtraceeval: Do not just copy vals for delta elements - - - --- 2023-10-11 Steven Rostedt Under Review
[2/2] libtraceeval: Have various errors print warnings libtraceeval: Add warning messages - - - --- 2023-10-10 Steven Rostedt Under Review
[1/2] libtraceeval: Add traceeval_vwaring() API libtraceeval: Add warning messages - - - --- 2023-10-10 Steven Rostedt Under Review
libtraceeval: Do not update stats if both the timestamp and value are zero libtraceeval: Do not update stats if both the timestamp and value are zero - - - --- 2023-10-10 Steven Rostedt Under Review
[1/1] Fix incompatible function pointer types assigning to stream_find_id_func [1/1] Fix incompatible function pointer types assigning to stream_find_id_func - - - --- 2023-10-10 Brahmajit Das New
[v3,2/2] libtraceeval: Add traceeval_iterator_delta_start_get() libtraceeval: Add delta interface - - - --- 2023-10-09 Steven Rostedt Under Review
[v3,1/2] libtraceeval: Add traceeval_delta_start/continue/stop() API libtraceeval: Add delta interface - - - --- 2023-10-09 Steven Rostedt Under Review
libtraceeval: Add new TRACEEVAL_TYPE_DELTA libtraceeval: Add new TRACEEVAL_TYPE_DELTA - - - --- 2023-10-07 Steven Rostedt Under Review
[v2] libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type [v2] libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type - - - --- 2023-10-07 Steven Rostedt Under Review
[v2,3/3] libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Changes Requested
[v2,2/3] libtraceeval: Add man pages for insert/remove/query of traceeval_delta items libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Changes Requested
[v2,1/3] libtraceeval: Add man pages for traceeval_delta init/start/stop functions libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Changes Requested
[v2] libtraceeval: Add traceeval_delta_start/continue/stop() API [v2] libtraceeval: Add traceeval_delta_start/continue/stop() API - - - --- 2023-10-06 Steven Rostedt Superseded
[v2,5/5] libtraceeval: Add man pages for traceeval statistics libtraceeval: Add man pages - - - --- 2023-10-06 Steven Rostedt Under Review
[v2,4/5] libtraceeval: Add man pages for the traceeval iterator functions libtraceeval: Add man pages - - - --- 2023-10-06 Steven Rostedt Under Review
[v2,3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval libtraceeval: Add man pages - - - --- 2023-10-06 Steven Rostedt Under Review
[v2,2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor libtraceeval: Add man pages - - - --- 2023-10-06 Steven Rostedt Under Review
[v2,1/5] libtraceeval: Start creating the documentation man pages libtraceeval: Add man pages - - - --- 2023-10-06 Steven Rostedt Under Review
[v2] libtraceeval: Add wake-lat sample code [v2] libtraceeval: Add wake-lat sample code - - - --- 2023-10-06 Steven Rostedt Under Review
[3/3] libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Superseded
[2/3] libtraceeval: Add man pages for insert/remove/query of traceeval_delta items libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Superseded
[1/3] libtraceeval: Add man pages for traceeval_delta init/start/stop functions libtraceeval: Add man pages for traceeval_delta - - - --- 2023-10-06 Steven Rostedt Superseded
libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type libtraceeval: Have TRACEEVAL_SET_*() functions fail on wrong type - - - --- 2023-10-06 Steven Rostedt Superseded
libtraceeval: Add traceeval_data_start/continue/stop() API libtraceeval: Add traceeval_data_start/continue/stop() API - - - --- 2023-10-06 Steven Rostedt Superseded
[v2] libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer [v2] libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer - 1 - --- 2023-10-06 Steven Rostedt Under Review
libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer libtraceeval: Have TRACEEVAL_ARRAY_SIZE() handle NULL pointer - - - --- 2023-10-06 Steven Rostedt Superseded
[5/5] libtraceeval: Add man pages for traceeval statistics libtraceeval: Add man pages - - - --- 2023-10-05 Steven Rostedt Superseded
[4/5] libtraceeval: Add man pages for the traceeval iterator functions libtraceeval: Add man pages - - - --- 2023-10-05 Steven Rostedt Superseded
[3/5] libtraceeval: Add man pages for insertion and removal of elements in a traceeval libtraceeval: Add man pages - - - --- 2023-10-05 Steven Rostedt Superseded
[2/5] libtraceeval: Add man pages for creating and releasing the traceeval descriptor libtraceeval: Add man pages - - - --- 2023-10-05 Steven Rostedt Superseded
[1/5] libtraceeval: Start creating the documentation man pages libtraceeval: Add man pages - - - --- 2023-10-05 Steven Rostedt Superseded
libtraceeval: Add wake-lat sample code libtraceeval: Add wake-lat sample code - - - --- 2023-10-05 Steven Rostedt Superseded
libtraceeval: Add traceeval_stat_max/min_timestamp() API libtraceeval: Add traceeval_stat_max/min_timestamp() API - - - --- 2023-10-05 Steven Rostedt Under Review
[v2] libtraceeval: Use trick to force static array usage where needed [v2] libtraceeval: Use trick to force static array usage where needed - 1 - --- 2023-10-05 Steven Rostedt Accepted
libtraceeval: Use trick to force static array usage where needed libtraceeval: Use trick to force static array usage where needed - 1 - --- 2023-10-04 Steven Rostedt Superseded
[v2] libtraceeval: Use name for type look up for traceeval_stat [v2] libtraceeval: Use name for type look up for traceeval_stat - 1 - --- 2023-10-04 Steven Rostedt Accepted
libtraceeval: Use name for type look up for traceeval_stat libtraceeval: Use name for type look up for traceeval_stat - - - --- 2023-10-03 Steven Rostedt Superseded
libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h libtraceeval: Change hash.c to use traceeval.h instead of traceeval-hist.h - - - --- 2023-10-03 Steven Rostedt Accepted
libtraceeval samples: Have samples use traceeval.h and not traceeval-hist.h libtraceeval samples: Have samples use traceeval.h and not traceeval-hist.h - - - --- 2023-10-03 Steven Rostedt Accepted
[v2,2/2] libtraceeval samples: Remove adding TRACEEVAL_TYPE_NONE to keys and vals libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE - 1 - --- 2023-10-03 Steven Rostedt Accepted
[v2,1/2] libtraceeval: Remove need to use TRACEEVAL_TYPE_NONE in keys and vals libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE - 1 - --- 2023-10-03 Steven Rostedt Accepted
[v2] traceeval: Add way to extract the number of elements [v2] traceeval: Add way to extract the number of elements - 1 - --- 2023-10-03 Steven Rostedt Accepted
[v2] libtraceeval: Fix comparing unsigned against zero [v2] libtraceeval: Fix comparing unsigned against zero - 1 - --- 2023-10-03 Steven Rostedt Accepted
[v2] libtraceevent: add option to disable documentation [v2] libtraceevent: add option to disable documentation - - - --- 2023-09-30 Giulio Benetti Accepted
[v2] libtracefs: add option to disable documentation [v2] libtracefs: add option to disable documentation - - - --- 2023-09-30 Giulio Benetti Accepted
libtracefs: add option to disable documentation libtracefs: add option to disable documentation - - - --- 2023-09-30 Giulio Benetti Superseded
libtraceevent: add option to disable documentation libtraceevent: add option to disable documentation - - - --- 2023-09-30 Giulio Benetti Superseded
[v2] libtraceeval: Move traceeval-hist.h to traceeval.h [v2] libtraceeval: Move traceeval-hist.h to traceeval.h - 1 - --- 2023-09-29 Steven Rostedt Accepted
libtraceeval: Move traceeval-hist.h to traceeval.h libtraceeval: Move traceeval-hist.h to traceeval.h - - - --- 2023-09-29 Steven Rostedt Superseded
[2/2] libtraceeval samples: Remove adding TRACEEVAL_TYPE_NONE to keys and vals libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE - - - --- 2023-09-29 Steven Rostedt Superseded
[1/2] libtraceeval: Remove need to use TRACEEVAL_TYPE_NONE in keys and vals libtraceeval: Remove the need of TRACEEVAL_TYPE_NONE - - - --- 2023-09-29 Steven Rostedt Superseded
[v2] libtraceeval: Fix traceeval_insert() macro for NULL vals [v2] libtraceeval: Fix traceeval_insert() macro for NULL vals - 1 - --- 2023-09-29 Steven Rostedt Accepted
traceeval: Add way to extract the number of elements traceeval: Add way to extract the number of elements - - - --- 2023-09-28 Steven Rostedt Superseded
traceeval: Fix traceeval_insert() macro for NULL vals traceeval: Fix traceeval_insert() macro for NULL vals - - - --- 2023-09-28 Steven Rostedt Superseded
libtraceeval: Add traceeval_init_data_size() libtraceeval: Add traceeval_init_data_size() - 1 - --- 2023-09-27 Steven Rostedt Accepted
libtraceveal: Remove TRACEEVAL_TYPE_DYNAMIC libtraceveal: Remove TRACEEVAL_TYPE_DYNAMIC - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,11/11] libtraceeval: Only do stats on values marked with the STAT flag libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,10/11] libtraceeval: Make traceeval_stat() check size of keys array libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,09/11] libtraceeval: Make traceeval_remove() check size of keys array libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,08/11] libtraceeval: Add size checks to insert and query functions libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,07/11] libtraceveal: Add type checks to traceeval_data vals and keys libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,06/11] libtraceeval histogram: Add type to traceeval_data and make it a structure libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,05/11] libtraceeval: Add traceeval_iterator_remove() libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,04/11] libtraceeval: Add traceeval_iterator_stat() libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,03/11] libtraceeval: Add traceeval_iterator_results_release() libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,02/11] libtraceeval: Add traceeval_iterator_query() libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
[v2,01/11] libtraceeval: Add check for updates to know to recreate iter array libtraceeval: Even more updates! - 1 - --- 2023-09-27 Steven Rostedt Accepted
libtraceeval: Fix allocation of val_stats libtraceeval: Fix allocation of val_stats - 1 - --- 2023-09-27 Steven Rostedt Accepted
« 1 2 ... 4 5 675 76 »