linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-19 04:52:50 to 2021-09-13 12:29:57 UTC [more...]

[PATCH v2 00/25] Trace file version 7 - sections
 2021-09-13 12:29 UTC  (6+ messages)
` [PATCH v2 01/25] trace-cmd library: Define trace file version 7
` [PATCH v2 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH v2 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH v2 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH v2 05/25] trace-cmd library: Write header "

[RFC PATCH 0/4] Modifications of some 'hist' APIs
 2021-09-13 12:28 UTC  (9+ messages)
` [RFC PATCH 1/4] libtracefs: Add new constructors for histograms
` [RFC PATCH 2/4] libtracefs: Transform tracefs_hist_add_sort_key()
` [RFC PATCH 3/4] libtracefs: Add new 'hist' APIs
` [RFC PATCH 4/4] libtracefs: Remove tracefs_hist_add_key()

[PATCH v2 00/21] trace-cmd fixes and clean-ups
 2021-09-13 12:27 UTC  (22+ messages)
` [PATCH v2 01/21] trace-cmd library: Read option id with correct endian
` [PATCH v2 02/21] trace-cmd report: Fix typos in error messages
` [PATCH v2 03/21] trace-cmd library: Fix version string memory leak
` [PATCH v2 04/21] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH v2 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH v2 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH v2 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH v2 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH v2 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v2 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH v2 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH v2 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH v2 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH v2 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH v2 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH v2 16/21] trace-cmd report: Close input file handlers on exit
` [PATCH v2 17/21] trace-cmd report: Do not print empty buffer name
` [PATCH v2 18/21] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH v2 19/21] trace-cmd library: Refactor APIs for creating output handler
` [PATCH v2 20/21] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH v2 21/21] trace-cmd report: Init the top trace instance earlier

[PATCH 0/9] libtracefs: APIs to read a trace event hist file
 2021-09-10 16:54 UTC  (3+ messages)
` [PATCH 1/9] tracefs: Add API tracefs_hist_data_parse()

[PATCH] libtracefs: Fix code indentation
 2021-09-10 16:30 UTC 

[PATCH 00/25] Trace file version 7 - sections
 2021-09-10 13:51 UTC  (26+ messages)
` [PATCH 01/25] trace-cmd library: Define trace file version 7
` [PATCH 02/25] trace-cmd library: Add cache functionality to network message handler
` [PATCH 03/25] trace-cmd library: New APIs to get and set version of output handler
` [PATCH 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
` [PATCH 05/25] trace-cmd library: Write header "
` [PATCH 06/25] trace-cmd library: Add multiple options sections in trace file version 7
` [PATCH 07/25] trace-cmd library: Do not write CPU count section in trace files "
` [PATCH 08/25] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace file "
` [PATCH 09/25] trace-cmd record: Append trace options after the trace data are written
` [PATCH 10/25] trace-cmd library: Add section header before flyrecord trace data
` [PATCH 11/25] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH 12/25] trace-cmd library: Do not write CPUs with empty trace data
` [PATCH 13/25] trace-cmd library: Add macro to check file state on reading
` [PATCH 14/25] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH 15/25] trace-cmd library: Initialize internal sections database on file read
` [PATCH 16/25] trace-cmd library: Use sections database when reading parts of the trace file
` [PATCH 17/25] trace-cmd library: Read headers from trace file version 7
` [PATCH 18/25] trace-cmd library: Read extended BUFFER option
` [PATCH 19/25] trace-cmd library: Handle the extended DONE option
` [PATCH 20/25] trace-cmd library: Initialize CPU data for reading from version 7 trace files
` [PATCH 21/25] trace-cmd library: Handle latency trace in version 7 files
` [PATCH 22/25] trace-cmd library: Handle buffer trace data init for "
` [PATCH 23/25] trace-cmd report: Use the new latency API to read data
` [PATCH 24/25] trace-cmd: Call additional APIs when creating trace file
` [PATCH 25/25] trace-cmd report: Add new parameter for trace file version

[PATCH 00/21] trace-cmd fixes and clean-ups
 2021-09-10 13:47 UTC  (22+ messages)
` [PATCH 01/21] trace-cmd library: Read option id with correct endian
` [PATCH 02/21] trace-cmd report: Fix typos in error messages
` [PATCH 03/21] trace-cmd library: Fix version string memory leak
` [PATCH 04/21] trace-cmd library: Fixed a memory leak on input handler close
` [PATCH 05/21] trace-cmd library: Do not pass guests list to a buffer instance
` [PATCH 06/21] trace-cmd library: Set long size to the input tep handler when it is read from the file
` [PATCH 07/21] trace-cmd library: Do not use local variables when reading CPU stat option
` [PATCH 08/21] trace-cmd library: Reuse within the library the function that checks file state
` [PATCH 09/21] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH 10/21] trace-cmd library: Fix possible memory leak in read_event_files()
` [PATCH 11/21] trace-cmd library: Fix possible memory leak in read_proc_kallsyms()
` [PATCH 12/21] trace-cmd library: Fix possible memory leak in read_ftrace_printk()
` [PATCH 13/21] trace-cmd library: Fix possible memory leak in read_and_parse_cmdlines()
` [PATCH 14/21] trace-cmd library: Set input handler default values in allocation function
` [PATCH 15/21] trace-cmd library: Track maximum CPUs count in input handler
` [PATCH 16/21] trace-cmd report: Close input file handlers on exit
` [PATCH 17/21] trace-cmd report: Do not print empty buffer name
` [PATCH 18/21] trace-cmd library: Set correct CPU to the record, retrieved with tracecmd_peek_data
` [PATCH 19/21] trace-cmd library: Refactor APIs for creating output handler
` [PATCH 20/21] trace-cmd library: Refactor the logic for writing trace data in the file
` [PATCH 21/21] trace-cmd report: Init the top trace instance earlier

[PATCH] libtraceevent/sched_switch: Do not have sched_switch plugin complain about target_cpu
 2021-09-09 20:06 UTC 

[PATCH 1/2] trace-cruncher: Add find_instance()
 2021-09-09 15:59 UTC  (2+ messages)
` [PATCH 2/2] trace-cruncher: Add attach()

[PATCH/RFC] tracing: make trace_marker{,_raw} stream-like
 2021-09-09 12:35 UTC  (2+ messages)

[PATCH v8 0/2] libtraceevent: Optimize the print of tep fields
 2021-09-09  8:06 UTC  (3+ messages)
` [PATCH v8 1/2] libtraceevent: Add APIs for printing the fields of a record
` [PATCH v8 2/2] libtraceevent: Add documentation for the new printing APIs

[PATCH v7 0/4] libtraceevent: Optimize the print of tep fields
 2021-09-08 20:06 UTC  (7+ messages)
` [PATCH v7 1/4] libtraceevent: Improve tep_print_field()
` [PATCH v7 2/4] libtraceevent: Optimize tep_print_fields()
` [PATCH v7 3/4] libtraceevent: Add APIs for printing the fields of a record
` [PATCH v7 4/4] libtraceevent: Add documentation for the new printing APIs

CFP for Linux Plumbers Tracing microconference ends this Friday
 2021-09-08 19:41 UTC 

[PATCH v3] trace-cmd: Add dependencies to BUILDING section in README
 2021-09-08 15:07 UTC  (2+ messages)

[PATCH] kernel-shark: Handle traces with sched_switch and no sched_waking
 2021-09-08 12:08 UTC  (2+ messages)

[PATCH v2] libtracefs: Fix sometimes uninitialized warning
 2021-09-07 20:31 UTC 

[PATCH] libtracefs: Fix sometimes uninitialized warning
 2021-09-07 19:11 UTC  (4+ messages)

[PATCH] libtracefs: Remove unreachable code
 2021-09-03 16:44 UTC 

[PATCH v2 00/87] Trace file version 7
 2021-09-02 13:20 UTC  (37+ messages)
` [PATCH v2 28/87] trace-cmd library: Move CPU flyrecord trace metadata into the buffer option, for trace "
` [PATCH v2 31/87] trace-cmd library: Fit CPU latency trace data in the new trace file version 7 format
` [PATCH v2 34/87] trace-cmd library: Introduce sections in trace file reading logic
` [PATCH v2 35/87] trace-cmd library: Initialize internal sections database on file read
` [PATCH v2 37/87] trace-cmd library: Set log size to the input tep handler when it is read from the file
` [PATCH v2 38/87] trace-cmd library: Fix possible memory leak in read_ftrace_files()
` [PATCH v2 44/87] trace-cmd library: Set input handler default values in allocation function
` [PATCH v2 48/87] trace-cmd library: Read extended BUFFER option
` [PATCH v2 49/87] trace-cmd library: Handle the extended DONE option
` [PATCH v2 50/87] trace-cmd library: Read compression header
` [PATCH v2 51/87] trace-cmd library: Extend the input handler with trace data decompression context
` [PATCH v2 59/87] trace-cmd report: Do not print empty buffer name
` [PATCH v2 60/87] trace-cmd report: Init the top trace instance earlier
` [PATCH v2 83/87] trace-cmd report: Add new parameters for version 7 trace files
` [PATCH v2 87/87] trace-cmd: Document trace file version 7

[PATCH 1/4] trace-cruncher: Add optional sort to tfs_list2py_list()
 2021-08-31 12:53 UTC  (4+ messages)
` [PATCH 2/4] trace-cruncher: Add optional sort to available_system_events()
` [PATCH 3/4] trace-cruncher: Add optional sort to available_event_systems()
` [PATCH 4/4] trace-cruncher: Add tests for sorted events/systems

[PATCH] libtracefs: Add files created by bison and flex
 2021-08-25 23:58 UTC 

[PATCH v2] libtracefs: Define gettid() when not defined
 2021-08-25 23:53 UTC 

[PATCH] libtracefs: Define gettid() when not defined
 2021-08-25 23:45 UTC 

[PATCH 1/3] trace-cruncher: Update CONTRIBUTING.md
 2021-08-25  9:44 UTC  (3+ messages)
` [PATCH 2/3] trace-cruncher: Update README.md
` [PATCH 3/3] trace-cruncher: Fix the copyright notices

[PATCH v2 1/3] trace-cruncher: Add methods for accessing tracefs errorlog
 2021-08-25  9:23 UTC  (3+ messages)
` [PATCH v2 2/3] trace-cruncher: Have standard 'not existing' message
` [PATCH v2 3/3] trace-cruncher: Print the tracefs log on an error

[PATCH 1/3] trace-cruncher: Add methods for accessing tracefs errorlog
 2021-08-23 12:53 UTC  (3+ messages)
` [PATCH 2/3] trace-cruncher: Have standard 'not existing' message
` [PATCH 3/3] trace-cruncher: Print the tracefs log on an error

[PATCH v9 0/6] tracing: Creation of event probe
 2021-08-21  2:18 UTC  (12+ messages)
` [PATCH v9 1/6] tracing: Add a probe that attaches to trace events
` [PATCH v9 2/6] selftests/ftrace: Add clear_dynamic_events() to test cases
` [PATCH v9 3/6] selftests/ftrace: Fix requirement check of README file
` [PATCH v9 4/6] selftests/ftrace: Add test case to test adding and removing of event probe
` [PATCH v9 5/6] selftests/ftrace: Add selftest for testing eprobe events on synthetic events
` [PATCH v9 6/6] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[Patch v2] Fixing build issues found while working on packaging
 2021-08-20 23:50 UTC  (3+ messages)
` [PATCH 1/2] libtracefs: sqlhist - fix build dependency
` [PATCH 2/2] libtracefs: make the libtracefs.a gen more robust

[PATCH] libtraceevent: Do not print message if wakeup success field is missing
 2021-08-20 21:35 UTC 

[PATCH] sqlhist - fix build dependency
 2021-08-20 21:03 UTC 

[PATCH v6 0/5] libtraceevent: Optimize the print of tep fields
 2021-08-20 16:01 UTC  (11+ messages)
` [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 v8 0/5] tracing: Creation of event probe
 2021-08-20 14:13 UTC  (12+ messages)
` [PATCH v8 1/5] tracing/probes: Reject events which have the same name of existing one
` [PATCH v8 2/5] tracing: Add a probe that attaches to trace events
` [PATCH v8 3/5] selftests/ftrace: Add clear_dynamic_events() to test cases
` [PATCH v8 4/5] selftests/ftrace: Add selftest for testing eprobe events
` [PATCH v8 5/5] selftests/ftrace: Add selftest for testing duplicate eprobes and kprobes

[PATCH v2] trace-cmd: Add dependencies to BUILDING section in README
 2021-08-20  0:25 UTC  (3+ messages)

[PATCH v2 0/7] trace-cruncher: Refactor instances and kprobes
 2021-08-19 19:54 UTC  (9+ messages)
` [PATCH v2 1/7] trace-cruncher: Use proper naming in common.h
` [PATCH v2 2/7] trace-cruncher: Add type checking for the custom Python types
` [PATCH v2 3/7] trace-cruncher: Allow for detachable custom objects
` [PATCH v2 4/7] trace-cruncher: Define Python type for instances
` [PATCH v2 5/7] trace-cruncher: Refactor the way libtracefs instances are handled
` [PATCH v2 6/7] trace-cruncher: Define Python type for kprobes
` [PATCH v2 7/7] trace-cruncher: Refactor the way kprobes are handled

[PATCH v7 00/10] tracing: Creation of event probe
 2021-08-19 13:57 UTC  (9+ messages)
` [PATCH v7 07/10] tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
` [PATCH v7 08/10] tracing: Add a probe that attaches to trace events
    ` [PATCH] tracing/probes: Reject events which have the same name of existing one
` [PATCH v7 09/10] selftests/ftrace: Add clear_dynamic_events() to test cases


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