messages from 2019-01-04 18:33:24 to 2019-02-06 18:48:24 UTC [more...]
[GIT PULL 00/53] perf/core improvements and fixes
2019-02-06 18:48 UTC (15+ messages)
` [PATCH 01/53] perf powerpc: Add missing headers to skip-callchain-idx.c
` [PATCH 02/53] perf arm pmu: Add missing linux/string.h header
` [PATCH 03/53] perf srccode: Move struct definition from map.h to srccode.h
` [PATCH 04/53] perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
` [PATCH 05/53] perf symbols: Introduce map_symbol.h
` [PATCH 06/53] pref tools: Add missing map.h includes
` [PATCH 07/53] perf map: Move structs and prototypes for map groups to a separate header
` [PATCH 08/53] perf tests: Add missing headers so far obtained indirectly
` [PATCH 09/53] perf hist: Remove symbol.h from hist.h, just fwd decls are needed
` [PATCH 10/53] perf tools: Add missing include for symbols.h
` [PATCH 11/53] perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
` [PATCH 12/53] perf thread: Don't include symbol.h, "
` [PATCH 13/53] perf tools: Add missing include <callchain.h> in various places
` [PATCH 14/53] perf hist: Remove the needless callchain.h include from hist.h
[PATCH] perf: Add JSON metrics for POWER8 and POWER9
2019-02-05 21:25 UTC
[GIT PULL 0/8] perf/urgent fixes
2019-02-05 15:07 UTC (9+ messages)
` [PATCH 1/8] perf tests evsel-tp-sched: Fix bitwise operator
` [PATCH 2/8] perf mem/c2c: Fix perf_mem_events to support powerpc
` [PATCH 3/8] perf clang: Do not use 'return std::move(something)'
` [PATCH 4/8] tools headers uapi: Sync linux/in.h copy from the kernel sources
` [PATCH 5/8] perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
` [PATCH 6/8] perf symbols: Filter out hidden symbols from labels
` [PATCH 7/8] perf trace: Support multiple "vfs_getname" probes
` [PATCH 8/8] perf script python: Add Python3 support to tests/attr.py
[perf][powerpc] Add JSON metrics for POWER8 and POWER9
2019-02-04 19:28 UTC
System crash with perf_fuzzer (kernel: 5.0.0-rc3)
2019-02-04 12:35 UTC (20+ messages)
` [PATCH] perf: Add check_period pmu callback
[GIT PULL 00/29] perf/core improvements and fixes
2019-01-26 9:52 UTC (31+ messages)
` [PATCH 01/29] perf symbols: Move symbol_conf to separate file
` [PATCH 02/29] perf annotate: Remove lots of headers from annotate.h
` [PATCH 03/29] perf tools: Move branch structs to branch.h
` [PATCH 04/29] perf block-range: Add missing headers
` [PATCH 05/29] perf symbols: Remove include map.h from dso.h
` [PATCH 06/29] perf symbols: Remove some unnecessary includes from symbol.h
` [PATCH 07/29] perf namespaces: Remove namespaces.h from .h headers
` [PATCH 08/29] perf comm: Remove needless headers from comm.h
` [PATCH 09/29] perf callchain: No need to include perf.h
` [PATCH 10/29] tools: Update rbtree implementation
` [PATCH 11/29] perf machine: Use cached rbtrees
` [PATCH 12/29] perf callchain: "
` [PATCH 13/29] perf util: Use cached rbtree for rblists
` [PATCH 14/29] perf symbols: Use cached rbtrees
` [PATCH 15/29] perf hist: "
` [PATCH 16/29] perf sched: "
` [PATCH 17/29] perf bpf: Fix synthesized PERF_RECORD_KSYMBOL/BPF_EVENT
` [PATCH 18/29] perf script python: Add trace_context extension module to sys.modules
` [PATCH 19/29] perf script python: Use PyBytes for attr in trace-event-python
` [PATCH 20/29] perf script python: Remove explicit shebang from setup.py
` [PATCH 21/29] perf script python: Remove explicit shebang from tests/attr.c
` [PATCH 22/29] perf script python: Remove explicit shebang from Python scripts
` [PATCH 23/29] perf script python: Add Python3 support to tests/attr.py
` [PATCH 24/29] perf bpf: Add bpf_map() helper
` [PATCH 25/29] perf bpf: Convert pid_map() to bpf_map()
` [PATCH 26/29] perf augmented_raw_syscalls: Use bpf_map()
` [PATCH 27/29] perf trace: Fixup etcsnoop example
` [PATCH 28/29] perf bpf examples: Convert etcsnoop to use bpf_map()
` [PATCH 29/29] perf augmented_syscalls: Convert to bpf_map()
[PATCH 0/6] Fix issues with Python3 scripting
2019-01-25 18:09 UTC (12+ messages)
` [PATCH 1/6] perf script python: Add trace_context extension module to sys,modules
` [PATCH 2/6] perf script python: Use PyBytes for attr in trace-event-python
` [PATCH 3/6] perf script python: remove explicit shebang from setup.py
` [PATCH 4/6] perf script python: remove explicit shebang from tests/attr.c
` [PATCH 5/6] perf script python: remove explicit shebang from Python scripts
` [PATCH 6/6] perf script python: add Python3 support to tests/attr.py
Semantics of symbol address in perf report -v
2019-01-23 19:55 UTC
[GIT PULL 0/7] perf/urgent fixes
2019-01-22 11:30 UTC (9+ messages)
` [PATCH 1/7] perf ordered_events: Fix crash in ordered_events__free
` [PATCH 2/7] perf script: Fix crash with printing mixed trace point and other events
` [PATCH 3/7] perf core: Fix perf_proc_update_handler() bug
` [PATCH 4/7] perf python: Remove -fstack-clash-protection when building with some clang versions
` [PATCH 5/7] perf tools: Handle TOPOLOGY headers with no CPU
` [PATCH 6/7] perf top: Fix wrong hottest instruction highlighted
` [PATCH 7/7] perf script: Fix crash when processing recorded stat data
[GIT PULL 00/24] perf/core improvements and fixes
2019-01-22 10:07 UTC (26+ messages)
` [PATCH 01/24] perf tools: Replace automatic const char[] variables by statics
` [PATCH 02/24] perf session: Rearrange perf_session__process_events function
` [PATCH 03/24] perf session: Get rid of file_size variable
` [PATCH 04/24] perf session: Add reader object
` [PATCH 05/24] perf session: Add 'data_size' member to "
` [PATCH 06/24] perf session: Add 'data_offset' "
` [PATCH 07/24] perf session: Add reader__process_events function
` [PATCH 08/24] perf: Remove duplicated workqueue.h include from perf_event.h
` [PATCH 09/24] perf tools: Remove duplicate headers
` [PATCH 10/24] perf report: Display arch specific diagnostic counter sets, starting with s390
` [PATCH 11/24] perf report: Display names in s390 diagnostic counter sets
` [PATCH 12/24] perf report: Dump s390 counter set data to file
` [PATCH 13/24] perf: Make perf_event_output() propagate the output() return
` [PATCH 14/24] perf, bpf: Introduce PERF_RECORD_KSYMBOL
` [PATCH 15/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH 16/24] perf, bpf: Introduce PERF_RECORD_BPF_EVENT
` [PATCH 17/24] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH 18/24] perf tools: Handle PERF_RECORD_KSYMBOL
` [PATCH 19/24] perf tools: Handle PERF_RECORD_BPF_EVENT
` [PATCH 20/24] perf tools: Synthesize PERF_RECORD_* for loaded BPF programs
` [PATCH 21/24] perf top: Synthesize BPF events for pre-existing "
` [PATCH 22/24] bpf: Add module name [bpf] to ksymbols for bpf programs
` [PATCH 23/24] perf python: Remove -fstack-clash-protection when building with some clang versions
` [PATCH 24/24] perf utils: Move perf_config using routines from color.c to separate object
[Patchv2 0/3] perf report: Display CPU Measurement facility counter sets
2019-01-22 0:01 UTC (15+ messages)
` [PATCHv2 1/3] perf report: Display s390 diagnostic "
` [PATCHv2 2/3] perf report: Display names in "
` [PATCHv2 3/3] perf report: s390 dump counter set data to file
[PATCH] perf script: fix crash when processing recorded stat data
2019-01-21 14:15 UTC (4+ messages)
[Patch 1/4] perf report: Add function for verbose dump of raw data
2019-01-14 12:13 UTC (6+ messages)
` [Patch 2/4] perf report: Display s390 diagnostic counter sets
` [Patch 3/4] perf report: Display names in "
` [Patch 4/4] perf/report: s390 dump counter set data to file
[GIT PULL 0/4] perf/core fixes and improvements
2019-01-11 7:12 UTC (6+ messages)
` [PATCH 1/4] tools include uapi: Sync linux/if_link.h copy with the kernel sources
` [PATCH 2/4] perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbols
` [PATCH 3/4] perf powerpc: Rework syscall table generation
` [PATCH 4/4] tools headers powerpc: Remove unistd.h
[PATCH 1/2] perf powerpc: Rework syscall table generation
2019-01-10 13:41 UTC (3+ messages)
` [PATCH 2/2] perf powerpc: Remove unistd.h
[GIT PULL 00/16] perf/core fixes and improvements
2019-01-09 13:11 UTC (21+ messages)
` [PATCH 01/16] perf trace: Fix ')' placement in "interrupted" syscall lines
` [PATCH 02/16] perf trace: Fix alignment for [continued] lines
` [PATCH 03/16] perf tools: Make find_vdso_map() more modular
` [PATCH 04/16] perf tests: Add a test for the ARM 32-bit [vectors] page
` [PATCH 05/16] tools lib traceevent: Introduce new libtracevent API: tep_override_comm()
` [PATCH 06/16] tools lib traceevent: Initialize host_bigendian at tep_handle allocation
` [PATCH 07/16] tools lib traceevent: Rename struct cmdline to struct tep_cmdline
` [PATCH 08/16] tools lib traceevent: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs
` [PATCH 09/16] tools lib traceevent: Changed return logic of tep_register_event_handler() API
` [PATCH 10/16] tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()
` [PATCH 11/16] tools lib traceevent: Remove tep_data_event_from_type() API
` [PATCH 12/16] perf top: Lift restriction on using callchains without "sym" in --sort
` [PATCH 13/16] tools include uapi: Grab a copy of linux/mount.h
` [PATCH 14/16] perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.h
` [PATCH 15/16] tools include uapi: Sync linux/fs.h copy with the kernel sources
` [PATCH 16/16] tools include uapi: Sync linux/vhost.h "
perf trace syscall table generation for powerpc with syscall.tbl
2019-01-09 3:47 UTC (2+ messages)
[GIT PULL 00/16] perf/core improvements and fixes
2019-01-08 15:32 UTC (19+ messages)
` [PATCH 03/16] tools headers uapi: Sync prctl.h with the kernel sources
` [PATCH 04/16] tools beauty: Make the prctl option table generator catch all PR_ options
` [PATCH 05/16] tools thermal tmon: Use -O3 instead of -O1 if available
` [PATCH 06/16] tools iio: Override CFLAGS assignments
` [PATCH 07/16] tools headers uapi: Update i915_drm.h
` [PATCH 08/16] tools headers uapi: Sync linux/in.h copy from the kernel sources
` [PATCH 09/16] tools headers uapi: Sync linux/kvm.h with "
` [PATCH 10/16] tools headers uapi: Sync copy of asm-generic/unistd.h "
` [PATCH 11/16] tools headers x86: Sync asm/cpufeatures.h copy "
` [PATCH 12/16] perf report: Fix wrong iteration count in --branch-history
` [PATCH 13/16] perf annotate: Pass filename to objdump via execl
` [PATCH 14/16] perf strbuf: Remove redundant va_end() in strbuf_addv()
` [PATCH 15/16] perf python: Make sure the python binding output directory is in place
` [PATCH 16/16] perf test shell: Use a fallback to get the pathname in vfs_getname
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).