messages from 2017-11-29 12:34:56 to 2017-12-14 17:42:36 UTC [more...]
[GIT PULL 00/34] perf/core improvements and fixes
2017-12-14 17:42 UTC (21+ messages)
` [PATCH 01/34] perf stat: Define a structure for per-thread shadow stats
` [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 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 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 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 v4] perf-probe: Support escaped character in parser
2017-12-13 15:42 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 (27+ 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 3/5] perf-probe: Add __return suffix for return events
` [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 01/36] tools headers: Follow the upstream UAPI header version 100% differ from the kernel
2017-12-07 11:24 UTC (39+ messages)
` [PATCH 02/36] perf test: Disable test cases 19 and 20 on s390x
` [PATCH 03/36] perf record: Synthesize unit/scale/... in event update
` [PATCH 04/36] perf record: Synthesize thread map and cpu map
` [PATCH 05/36] perf script: Allow computing 'perf stat' style metrics
` [PATCH 06/36] perf buildid-cache: Document for Node.js USDT
` [PATCH 07/36] perf report: Fix -D output for user metadata events
` [PATCH 08/36] perf intel-pt: Improve build messages for files that differ from the kernel
` [PATCH 09/36] Documentation: Add Arnaldo Melo to list of enforcement statement endorsers
` [PATCH 10/36] perf bench futex: Use cpumaps
` [PATCH 11/36] tools build feature: Check if pthread_barrier_t is available
` [PATCH 12/36] perf bench futex: Sync waker threads
` [PATCH 13/36] perf annotate: Fix unnecessary memory allocation for s390x
` [PATCH 14/36] perf annotate: Fix objdump comment parsing for Intel mov dissassembly
` [PATCH 15/36] perf rblist: Create rblist__exit() function
` [PATCH 16/36] perf stat: Add rbtree node_delete op
` [PATCH 17/36] perf thread_map: Add method to map all threads in the system
` [PATCH 18/36] perf s390: Always build with -fPIC
` [PATCH 19/36] perf pmu: Pass pmu as a parameter to get_cpuid_str()
` [PATCH 20/36] perf tools arm64: Add support for get_cpuid_str function
` [PATCH 21/36] perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
` [PATCH 22/36] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
` [PATCH 23/36] perf pmu: Add check for valid cpuid in perf_pmu__find_map()
` [PATCH 24/36] perf tools: Fix up build in hardnened environments
` [PATCH 25/36] perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
` [PATCH 26/36] perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex
` [PATCH 27/36] perf evlist: Remove evlist->overwrite
` [PATCH 28/36] perf mmap: Remove overwrite from arguments list of perf_mmap__push
` [PATCH 29/36] perf mmap: Remove overwrite and check_messup from mmap read
` [PATCH 30/36] perf c2c: Add a tip about cacheline events
` [PATCH 31/36] perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csv
` [PATCH 32/36] x86/asm: Allow again using asm.h when building for the 'bpf' clang target
` [PATCH 33/36] perf report: Set browser mode right before setup_browser()
` [PATCH 34/36] perf mmap: Fix perf backward recording
` [PATCH 35/36] perf mmap: Don't discard prev in backward mode
` [PATCH 36/36] perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record
[PATCH] perf test shell: Fix check open filename arg using 'perf trace'
2017-12-07 7:39 UTC (12+ messages)
[PATCH 0/5] perf-probe: Improve probing on versioned symbols
2017-12-07 6:11 UTC (8+ messages)
` [PATCH 1/5] perf-probe: Add warning message if there is unexpected event name
` [PATCH 2/5] perf-probe: Cut off the version suffix from "
` [PATCH 3/5] perf-probe: Add __return suffix for return events
` [PATCH 4/5] perf-probe: Find versioned symbols from map
` [PATCH 5/5] perf-probe: Support escaped character in parser
Question to perf spending a large amount of time monitoring a java process
2017-12-05 17:52 UTC (4+ messages)
uprobes enable condition (user space) - sysfs interface
2017-12-05 13:58 UTC (11+ messages)
Uprobe not getting enabled (kprobe disabled in 'General Setup' in config file)
2017-12-05 13:34 UTC
[PATCH] perf evsel: Enable ignore_missing_thread for pid option
2017-12-05 8:53 UTC
[PATCH 0/5] bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
2017-12-04 4:00 UTC (7+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] s390/bpf: "
` [PATCH 3/5] arm64/bpf: "
` [PATCH 4/5] selftests/bpf: sync kernel headers and introduce arch support in Makefile
` [PATCH 5/5] perf s390: add regs_query_register_offset()
Modify the output of perf script
2017-12-02 1:26 UTC
[PATCH] perf s390: always build with -fPIC
2017-12-01 14:12 UTC (3+ messages)
[PATCH] perf annotate: Fix objdump comment parsing for Intel mov dissassembly
2017-11-30 19:20 UTC (5+ messages)
[PATCH] perf annotate: Fix unnecessary memory allocation for s390x
2017-11-30 19:05 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).