messages from 2017-12-07 08:28:13 to 2018-01-10 04:09:22 UTC [more...]
[PATCH 0/3] tracing: Fix the parser when processing strings w/ or w/o terminated '\0'
2018-01-10 4:09 UTC (11+ messages)
` [PATCH 1/3] tracing: detect the string termination character when parsing user input string
` [PATCH 2/3] tracing: make sure the parsed string always terminates with '\0'
` [PATCH 3/3] tracing: don't set parser->cont if it has reached the end of input buffer
[PATCH] perf ftrace: Fix the buffer size in __write_tracing_file
2018-01-09 6:35 UTC (5+ messages)
perf memory metrics on ec2 instance
2018-01-08 5:09 UTC (5+ messages)
Question regarding perf test case trace+probe_libc_inet_pton.sh
2018-01-08 16:21 UTC (2+ messages)
[PATCH 0/2] perf-probe: Improve warning message for buildid mismatch
2018-01-06 14:11 UTC (7+ messages)
` [PATCH 1/2] perf-probe: Ensure debuginfo's build-id is correct
` [PATCH 2/2] perf-probe: Skip searching debuginfo if we know no debuginfo
Trying to understand some strange samples in a perf profile
2018-01-04 22:08 UTC (8+ messages)
How do I troubleshoot Dwarf Unwinding Issuess?
2017-12-28 22:53 UTC
[GIT PULL 00/35] perf/core improvements and fixes
2017-12-28 15:17 UTC (37+ messages)
` [PATCH 01/35] perf stat: Define a structure for per-thread shadow stats
` [PATCH 02/35] perf stat: Extend rbtree to support "
` [PATCH 03/35] perf stat: Create the runtime_stat init/exit function
` [PATCH 04/35] perf stat: Update per-thread shadow stats
` [PATCH 05/35] perf stat: Print "
` [PATCH 06/35] perf stat: Remove a set of shadow stats static variables
` [PATCH 07/35] perf stat: Allocate shadow stats buffer for threads
` [PATCH 08/35] perf stat: Update or print per-thread stats
` [PATCH 09/35] perf thread_map: Enumerate all threads from /proc
` [PATCH 10/35] perf stat: Remove --per-thread pid/tid limitation
` [PATCH 11/35] perf stat: Resort '--per-thread' result
` [PATCH 12/35] perf utils: Move is_directory() to path.h
` [PATCH 13/35] perf test: Handle properly readdir DT_UNKNOWN
` [PATCH 14/35] perf perf: Remove duplicate includes
` [PATCH 15/35] tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
` [PATCH 16/35] perf s390: Generate system call table from asm/unistd.h
` [PATCH 17/35] perf trace: Use generated syscall table on s390 too
` [PATCH 18/35] perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
` [PATCH 19/35] perf annotate: Use perf_env when obtaining the arch name
` [PATCH 20/35] perf env: Adopt perf_env__arch() from the annotate code
` [PATCH 21/35] perf probe: Add warning message if there is unexpected event name
` [PATCH 22/35] perf probe: Cut off the version suffix from "
` [PATCH 23/35] perf probe: Add __return suffix for return events
` [PATCH 24/35] perf probe: Find versioned symbols from map
` [PATCH 25/35] perf string: Add {strdup,strpbrk}_esc()
` [PATCH 26/35] perf probe: Support escaped character in parser
` [PATCH 27/35] perf evsel: Fix swap for samples with raw data
` [PATCH 28/35] perf test shell: Fix check open filename arg using 'perf trace'
` [PATCH 29/35] Revert "perf s390: Always build with -fPIC"
` [PATCH 30/35] perf s390: Always build with -fPIC
` [PATCH 31/35] perf evsel: Enable ignore_missing_thread for pid option
` [PATCH 32/35] perf probe arm64: Fix symbol fixup issues due to ELF type
` [PATCH 33/35] perf tool: Improve bash command line auto-complete for multiple events with comma
` [PATCH 34/35] perf tools: Return all events as auto-completions after comma
` [PATCH 35/35] perf tools: Auto-complete for events with ':'
Php-fpm will crash when perf runs with call graph option
2017-12-25 21:38 UTC (2+ messages)
Php-fpm will crash when perf runs with call graph option
2017-12-25 7:06 UTC (2+ messages)
Perf test case probe libc's inet_pton & backtrace
2017-12-19 12:57 UTC
[GIT PULL 0/5] perf/urgent fixes
2017-12-18 17:11 UTC (7+ messages)
` [PATCH 1/5] perf tools: Use shell function for perl cflags retrieval
` [PATCH 2/5] perf tools: Fix up build in hardened environments
` [PATCH 3/5] perf jvmti: Generate correct debug information for inlined code
` [PATCH 4/5] tools arch s390: Do not include header files from the kernel sources
` [PATCH 5/5] x86/asm: Allow again using asm.h when building for the 'bpf' clang target
[PATCH v4] perf-probe: Support escaped character in parser
2017-12-16 14:52 UTC (5+ messages)
[GIT PULL 00/34] perf/core improvements and fixes
2017-12-14 17:42 UTC (35+ messages)
` [PATCH 01/34] perf stat: Define a structure for per-thread shadow stats
` [PATCH 02/34] perf stat: Extend rbtree to support "
` [PATCH 03/34] perf stat: Create the runtime_stat init/exit function
` [PATCH 04/34] perf stat: Update per-thread shadow stats
` [PATCH 05/34] perf stat: Print "
` [PATCH 06/34] perf stat: Remove a set of shadow stats static variables
` [PATCH 07/34] perf stat: Allocate shadow stats buffer for threads
` [PATCH 08/34] perf stat: Update or print per-thread stats
` [PATCH 09/34] perf thread_map: Enumerate all threads from /proc
` [PATCH 10/34] perf stat: Remove --per-thread pid/tid limitation
` [PATCH 11/34] perf stat: Resort '--per-thread' result
` [PATCH 12/34] perf utils: Move is_directory() to path.h
` [PATCH 13/34] perf test: Handle properly readdir DT_UNKNOWN
` [PATCH 14/34] perf perf: Remove duplicate includes
` [PATCH 15/34] tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
` [PATCH 16/34] perf s390: Generate system call table from asm/unistd.h
` [PATCH 17/34] perf trace: Use generated syscall table on s390 too
` [PATCH 18/34] perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
` [PATCH 19/34] perf annotate: Use perf_env when obtaining the arch name
` [PATCH 20/34] perf env: Adopt perf_env__arch() from the annotate code
` [PATCH 21/34] perf probe: Add warning message if there is unexpected event name
` [PATCH 22/34] perf probe: Cut off the version suffix from "
` [PATCH 23/34] perf probe: Add __return suffix for return events
` [PATCH 24/34] perf probe: Find versioned symbols from map
` [PATCH 25/34] perf string: Add {strdup,strpbrk}_esc()
` [PATCH 26/34] perf probe: Support escaped character in parser
` [PATCH 27/34] perf evsel: Fix swap for samples with raw data
` [PATCH 28/34] perf test shell: Fix check open filename arg using 'perf trace'
` [PATCH 29/34] tools headers: Synchronize KVM arch ABI headers
` [PATCH 30/34] tools headers: Synchronize kernel x86 UAPI headers
` [PATCH 31/34] tools arch s390: Do not include header files from the kernel sources
` [PATCH 32/34] Revert "perf s390: Always build with -fPIC"
` [PATCH 33/34] perf s390: Always build with -fPIC
` [PATCH 34/34] perf evsel: Enable ignore_missing_thread for pid option
[PATCH v2] perf test shell: Fix check open filename arg using 'perf trace
2017-12-14 14:03 UTC (11+ messages)
[PATCH v3] perf evsel: Enable ignore_missing_thread for pid option
2017-12-13 20:56 UTC (4+ messages)
[PATCH 2/2] perf test shell: Fix pathname arg in probe_vfs_getname.sh
2017-12-13 14:58 UTC (4+ messages)
[PATCH 1/2] perf test shell: Fix check open filename arg using 'perf trace'
2017-12-12 16:22 UTC
[PATCH v2 0/5] perf-probe: Improve probing on versioned symbols
2017-12-12 15:02 UTC (26+ messages)
` [PATCH v2 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH v2 2/5] perf-probe: Cut off the version suffix from "
` [PATCH v2 4/5] perf-probe: Find versioned symbols from map
` [PATCH v2 5/5] perf-probe: Support escaped character in parser
[PATCH v3 0/5] perf-probe: Improve probing on versioned symbols
2017-12-12 15:01 UTC (9+ messages)
` [PATCH v3 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH v3 2/5] perf-probe: Cut off the version suffix from "
` [PATCH v3 3/5] perf-probe: Add __return suffix for return events
` [PATCH v3 4/5] perf-probe: Find versioned symbols from map
` [PATCH v3 5/5] perf-probe: Support escaped character in parser
[PATCH 0/3] perf: generate s390 syscall table and remove auditlibs dependency
2017-12-11 15:00 UTC (17+ messages)
` [PATCH 1/3] perf s390: generate system call table from asm/unistd.h
` [PATCH 2/3] perf: introduce errno_to_name() function
` [PATCH 2/3] fixup! "
` [PATCH 2/3 v2] perf trace: Introduce errno_to_name()
` [PATCH 3/3] perf trace: no longer require auditlibs if syscall tables are present
Discrepency between `perf script` and `perf report` output for flame graphs
2017-12-08 21:18 UTC
[PATCH v2] perf evsel: Enable ignore_missing_thread for pid option
2017-12-08 11:54 UTC (2+ messages)
perf build failure on Fedora 27 and linux kernel 4.15.0-rc2
2017-12-07 14:43 UTC (3+ messages)
[PATCH] perf evsel: Enable ignore_missing_thread for pid option
2017-12-07 14:03 UTC (3+ messages)
[PATCH 11/36] tools build feature: Check if pthread_barrier_t is available
2017-12-07 11:24 UTC (3+ messages)
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).