linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 00:59:15 to 2022-12-24 10:36:55 UTC [more...]

[PATCH v1 0/2] Add initial support for meson
 2022-12-24 10:36 UTC  (7+ messages)
` [PATCH v1 1/2] libtracecmd: "
` [PATCH v1 2/2] trace-cmd: "

[PATCH v2 0/2] Add initial support for meson
 2022-12-24 10:34 UTC  (8+ messages)
` [PATCH v2 1/2] libtracecmd: "
` [PATCH v2 2/2] trace-cmd: "

[PATCH v4] libtracefs: Add initial support for meson
 2022-12-23  8:28 UTC 

[PATCH] trace-cmd: Make sure 32 bit works on 64 bit file systems
 2022-12-22 17:36 UTC  (2+ messages)

[PATCH] libtracefs: Make sure 32 bit works on 64 bit file systems
 2022-12-22 17:35 UTC  (2+ messages)

[PATCH v2] libtraceevent: Make sure 32 bit works on 64 bit file systems
 2022-12-22 17:35 UTC  (2+ messages)

[PATCH] kernel-shark: Show multi-line events in quick view
 2022-12-21 19:27 UTC  (4+ messages)

[PATCH v3] libtraceevent: Make sure 32 bit works on 64 bit file systems
 2022-12-21 18:46 UTC 

[PATCH v3] libtracefs: Add initial support for meson
 2022-12-21 10:52 UTC  (2+ messages)

[PATCH] libtraceevent: Have 32 bit compile with -D_FILE_OFFSET_BITS=64
 2022-12-20 21:35 UTC  (5+ messages)

[PATCH v4] libtraceevent: Add initial support for meson
 2022-12-20 18:08 UTC 

[PATCH linux-next] tools/rv: Remove unneeded semicolon
 2022-12-20 16:40 UTC  (2+ messages)

[PATCH] kernel-shark: Do not truncate multi-line events
 2022-12-20 16:35 UTC  (3+ messages)

[PATCH v3] libtraceevent: Add initial support for meson
 2022-12-20 11:49 UTC 

[PATCH] libtraceevent: Allow stack traces to show offset too
 2022-12-20  3:42 UTC 

[PATCH] libtraceevent: Fix string parsing
 2022-12-20  3:26 UTC 

[RFC v2] libtracefs: Add initial support for meson
 2022-12-19 13:03 UTC  (3+ messages)

[RFC v2] libtraceevent: Add initial support for meson
 2022-12-19 13:01 UTC  (3+ messages)

[PATCH] Remove global input buffer
 2022-12-16 10:27 UTC 

[PATCH] libtracefs: Remove unneeded check of !dynevent in dynevent_info()
 2022-12-15 20:55 UTC 

[PATCH v1 1/2] libtracefs: Move initialization below a null test
 2022-12-15 20:13 UTC  (5+ messages)
` [PATCH v1 2/2] libtracefs: Fix compiler -Wmemsize-comparison warning

libtraceevent and threads
 2022-12-15 18:52 UTC  (2+ messages)

[PATCH] [BACKPORT FOR 4.14] libtraceevent: Fix build with binutils 2.35
 2022-12-14 19:01 UTC  (4+ messages)

[PATCH] libtraceevent: Fail to parse if sizeof(long) is used and long size is not defined
 2022-12-14 14:36 UTC 

[PATCH] libtraceevent: Add test to test sizeof() processing
 2022-12-14 13:41 UTC 

[PATCH v2] libtraceevent: Be able to handle some sizeof() calls
 2022-12-14  4:36 UTC 

[PATCH] libtraceevent: Be able to handle some sizeof() calls
 2022-12-14  3:22 UTC 

[PATCH] libtraceevent: Allow function parameters to have operators
 2022-12-14  3:19 UTC 

[PATCH] libtraceevent: Calculate dynamic size for dynamic fields as well as arrays
 2022-12-14  3:16 UTC 

[PATCH v3 0/4] libtraceevent: Handling cpumask event fields
 2022-12-13 16:56 UTC  (5+ messages)
` [PATCH v3 1/4] libtraceevent: Ensure print_field_raw() terminates with '\0'
` [PATCH v3 2/4] libtraceevent: Add boiler-plate code for cpumask types
` [PATCH v3 3/4] libtraceevent: Pretty-print cpumask fields as a cpulist
` [PATCH v3 4/4] libtraceevent: Add unit tests for cpumask processing

[PATCH] trace-cmd: Let subcommand "convert" automatically if possible
 2022-12-11  2:09 UTC  (2+ messages)

[PATCH] trace-cmd: Fix reading stats of read max test
 2022-12-11  1:53 UTC 

[PATCH] libtracefs: Move follow events test after iterate raw events test
 2022-12-11  1:17 UTC 

[PATCH] libtracefs: Have tracefs_{tracing,debug}_dir() make sure it's still mounted
 2022-12-11  0:11 UTC 

[PATCH] libtracefs: Fix tracefs_tracing_dir() mount test
 2022-12-11  0:10 UTC 

[PATCH] libtraceevent: Update gitignore
 2022-12-09  0:15 UTC 

[PATCH] libtraceeevent: Add kbuffer API man pages
 2022-12-09  0:07 UTC 

[PATCH] libtraceevent: Add tep_find_function_info() to main libtraceevent man page
 2022-12-08 23:21 UTC 

[PATCH v2] libtraceevent kbuffer: Add SAME_AS_HOST for endian and size
 2022-12-08 21:36 UTC 

[PATCH] libtraceevent: Rename kbuffer_create() to tep_kbuffer()
 2022-12-08 20:53 UTC 

[PATCH] libtraceevent kbuffer: Add SAME_AS_HOST for endian and size
 2022-12-08 20:24 UTC 

[PATCH] libtracefs: Add unit test to test mounting of tracefs_{tracing,debug}_dir()
 2022-12-08 16:47 UTC 

[PATCH] libtracefs: Have tracefs_{tracing,debug}_dir() mount {tracefs,debugfs} if not mounted
 2022-12-08 16:07 UTC 

[PATCH] libtracefs: Fix wrong return value in tracefs_tracing_dir_is_mounted()
 2022-12-08 12:05 UTC  (7+ messages)

[PATCH v2 0/2] libtraceevent: Handling cpumask event fields
 2022-12-07  9:55 UTC  (7+ messages)
` [PATCH v2 1/2] libtraceevent: Add boiler-plate code for cpumask types
` [PATCH v2 2/2] libtraceevent: Pretty-print cpumask fields as a cpulist

[PATCH] kbuffer: Add struct reference for tep_handle
 2022-12-06 21:20 UTC 

[PATCH v5 00/11] tracing/user_events: Remote write ABI
 2022-12-05 22:30 UTC  (19+ messages)
` [PATCH v5 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v5 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v5 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v5 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v5 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v5 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v5 07/11] tracing/user_events: Add ABI self-test
` [PATCH v5 08/11] tracing/user_events: Use write ABI in example
` [PATCH v5 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v5 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v5 11/11] tracing/user_events: Limit global user_event count

[PATCH v4 00/11] tracing/user_events: Remote write ABI
 2022-12-02 23:51 UTC  (12+ messages)
` [PATCH v4 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v4 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v4 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v4 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v4 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v4 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v4 07/11] tracing/user_events: Add ABI self-test
` [PATCH v4 08/11] tracing/user_events: Use write ABI in example
` [PATCH v4 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v4 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v4 11/11] tracing/user_events: Limit global user_event count

[PATCH] libtraceevent: Add tep_find_function_info()
 2022-12-02 23:06 UTC 

[PATCH] libtraceevent: Add kbuffer_create()
 2022-12-02 17:38 UTC 

trace-cmd build fails due to due make 'not recursively expanding'
 2022-11-25 23:20 UTC  (4+ messages)

[PATCH] tracing/user_events: Fix call print_fmt leak
 2022-11-25  1:10 UTC  (2+ messages)

[PATCH] rv/monitors: Move monitor structure in rodata
 2022-11-23  7:55 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 0/9] tracing/user_events: Remote write ABI
 2022-11-22 22:52 UTC  (10+ messages)
` [PATCH v3 1/9] tracing/user_events: Split header into uapi and kernel
` [PATCH v3 2/9] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v3 3/9] tracing/user_events: Use remote writes for event enablement
` [PATCH v3 4/9] tracing/user_events: Fixup enable faults asyncly
` [PATCH v3 5/9] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v3 6/9] tracing/user_events: Update self-tests to write ABI
` [PATCH v3 7/9] tracing/user_events: Add ABI self-test
` [PATCH v3 8/9] tracing/user_events: Use write ABI in example
` [PATCH v3 9/9] tracing/user_events: Update documentation for ABI

[ANNOUNCE] trace-cruncher 0.3.0 (beta)
 2022-11-22 13:25 UTC 

[PATCH v1 0/2] perf always use system libtraceevent
 2022-11-19  0:37 UTC  (9+ messages)
` [PATCH v1 1/2] perf build: Require libtraceevent from the system
` [PATCH v1 2/2] tools lib traceevent: Remove libtraceevent

Remove traceevent from tools/lib
 2022-11-17 22:52 UTC  (3+ messages)

[PATCH] libtracefs: Fix tracefs_iterate_raw_events() to handle NULL callback
 2022-11-16 16:57 UTC 

[PATCH 0/2] libtraceevent: Handling cpumask event fields
 2022-11-16 11:29 UTC  (6+ messages)
` [PATCH 1/2] libtraceevent: Add boiler-plate code for cpumask types

[PATCH 0/4] trace-cmd utest: Add test for max buffer (record -m)
 2022-11-15 20:53 UTC  (5+ messages)
` [PATCH 1/4] trace-cmd: Make the unit test depend on the static library
` [PATCH 2/4] trace-cmd: Only show unit test output when -v is supplied
` [PATCH 3/4] trace-cmd utest: Separate out the grep and pipes
` [PATCH 4/4] trace-cmd: Add test for max size option of record

[PATCH v2] trace-cmd library: Use tracefs_cpu for recorder helpers
 2022-11-15 20:48 UTC 

[PATCH] trace-cmd record: Fix -m option
 2022-11-15 20:35 UTC 

[PATCH] libtracefs: Make the unit test depend on the static library
 2022-11-15 20:12 UTC 

[PATCH] trace-cmd library: Use tracefs_cpu for recorder helpers
 2022-11-15 16:59 UTC 

[PATCH] libtracefs: Add unit tests for the follow functions
 2022-11-15  5:02 UTC 

[PATCH] libtracefs: Have tracefs_tracer_set() return zero on success
 2022-11-15  5:00 UTC 

[PATCH] libtracefs: Fixe tracefs_iterate_stop() when instance is used
 2022-11-15  4:56 UTC 

[PATCH v3 0/4] libtracefs: Add more iterator helpers
 2022-11-15  4:08 UTC  (5+ messages)
` [PATCH v3 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH v3 2/4] libtracefs: Split out iterator functions from man page
` [PATCH v3 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH v3 4/4] libtracefs: Add tracefs_follow_missed_events() API

[PATCH v2 0/4] libtracefs: Add more iterator helpers
 2022-11-15  4:04 UTC  (5+ messages)
` [PATCH v2 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH v2 2/4] libtracefs: Split out iterator functions from man page
` [PATCH v2 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH v2 4/4] libtracefs: Add tracefs_follow_missed_events() API

[PATCH 0/4] libtracefs: Add more iterator helpers
 2022-11-15  3:47 UTC  (5+ messages)
` [PATCH 1/4] libtracefs: Use tracefs_cpu_read() for tracefs_iterate_raw_events()
` [PATCH 2/4] libtracefs: Split out iterator functions from man page
` [PATCH 3/4] libtracefs: Add tracefs_follow_event() API
` [PATCH 4/4] libtracefs: Add tracefs_follow_missed_events() API

[RFC PATCH v2 0/7] tracing/user_events: Remote write ABI
 2022-11-15  0:59 UTC  (5+ messages)
` [RFC PATCH v2 3/7] tracing/user_events: Use remote writes for event enablement
` [RFC PATCH v2 5/7] tracing/user_events: Add ioctl for disabling addresses
` [RFC PATCH v2 6/7] tracing/user_events: Update self-tests to write ABI
` [RFC PATCH v2 7/7] tracing/user_events: Use write ABI in example


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