linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 21:00:54 to 2019-09-23 13:53:12 UTC [more...]

[PATCH 1/5] perf vendor events amd: add L3 cache events for Family 17h
 2019-09-23 13:53 UTC  (8+ messages)
` [PATCH 2/5] perf vendor events amd: remove redundant '['
` [PATCH 3/5] perf vendor events: minor fixes to the README
` [PATCH 4/5] perf list: allow plurals for metric, metricgroup
` [PATCH 5/5] perf list: specify metrics are to be used with -M

[GIT PULL] perf/urgent fixes
 2019-09-22 10:46 UTC  (7+ messages)
` [PATCH 01/10] perf tests: Fix static build test
` [PATCH 02/10] tools headers uapi: Sync prctl.h with the kernel sources
` [PATCH 03/10] tools uapi asm-generic: Sync unistd.h "
` [PATCH 04/10] tools arch x86 uapi: Synch asm/unistd.h "
` [PATCH 05/10] tools arch x86: Sync asm/cpufeatures.h "

[PATCH 1/1] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
 2019-09-20 16:21 UTC  (4+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "
    ` [tip: perf/urgent] "

[GIT PULL] perf/core improvements and fixes
 2019-09-20 16:15 UTC  (33+ messages)
` [PATCH 01/31] perf python: Add missing python/perf.so dependency for libperf
` [PATCH 02/31] perf tests: Add libperf automated test for 'make -C tools/perf build-test'
` [PATCH 03/31] libperf: Add missing event.h file to install rule
` [PATCH 04/31] libperf: Adopt perf_cpu_map__max() function
` [PATCH 05/31] perf jvmti: Link against tools/lib/string.o to have weak strlcpy()
` [PATCH 06/31] perf tools: Add PMU event JSON files for ARM Cortex-A76 and, Neoverse N1
` [PATCH 07/31] perf tools: Remove needless builtin.h include directives
` [PATCH 08/31] perf debug: No need to include ui/util.h
` [PATCH 09/31] perf tools: Remove debug.h from places where it is not needed
` [PATCH 10/31] perf tools: Remove util.h from "
` [PATCH 11/31] perf probe: Add missing build-id.h header
` [PATCH 12/31] perf symbols: Add missing dso.h header
` [PATCH 13/31] perf env: Remove needless cpumap.h header
` [PATCH 14/31] perf event: Move perf_event__synthesize* to event.h
` [PATCH 15/31] perf stat: Move perf_stat_synthesize_config() "
` [PATCH 16/31] perf callchain: Remove needless event.h include
` [PATCH 17/31] perf python: Remove debug.h
` [PATCH 18/31] perf hist: Add missing 'struct branch_stack' forward declaration
` [PATCH 19/31] perf annotate: Add missing machine.h include directive
` [PATCH 20/31] perf sched: Add missing event.h "
` [PATCH 21/31] perf auxtrace: Add missing 'struct perf_sample' forward declaration
` [PATCH 22/31] perf tools: Move event synthesizing routines to separate header
` [PATCH 23/31] perf memswap: Adopt 'struct u64_swap' from evsel.h
` [PATCH 24/31] perf tools: Move event synthesizing routines to separate .c file
` [PATCH 25/31] tools lib traceevent: Convert remaining %p[fF] users to %p[sS]
` [PATCH 26/31] perf stat: Reset previous counts on repeat with interval
` [PATCH 27/31] perf stat: Fix a segmentation fault when using repeat forever
` [PATCH 28/31] perf test: Fix spelling mistake "allos" -> "allocate"
` [PATCH 29/31] perf kvm: Move kvm-stat header file from conditional inclusion to common include section
` [PATCH 30/31] perf kvm: Add arch neutral function to choose event for perf kvm record
` [PATCH 31/31] perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in powerpc

[PATCH 0/3] perf/java: Add s390 support for jitted JAVA
 2019-09-09 11:41 UTC  (4+ messages)
` [PATCH 1/3] perf jvmti: Link against tools/lib/string.h to have weak strlcpy()
` [PATCH 2/3] perf: Include JVMTI support for s390
` [PATCH 3/3] perf/java: Add detection of java-11-openjdk-devel package

[PATCH] Add input file_name support for perf sched {map|latency|replay|timehist}
 2019-09-09  8:50 UTC  (3+ messages)

[PATCH] perf jvmti: Link against tools/lib/string.h to have weak strlcpy()
 2019-09-04  9:39 UTC 

[GIT PULL] perf/core improvements and fixes
 2019-09-02  7:14 UTC  (49+ messages)
` [PATCH 01/47] perf c2c: Display proper cpu count in nodes column
` [PATCH 02/47] perf timechart: Refactor svg_build_topology_map()
` [PATCH 03/47] perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
` [PATCH 04/47] perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
` [PATCH 05/47] perf session: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
` [PATCH 06/47] perf machine: "
` [PATCH 07/47] perf header: Replace MAX_NR_CPUS with cpu__max_cpu()
` [PATCH 08/47] libperf: Warn when exceeding MAX_NR_CPUS in cpumap
` [PATCH 09/47] perf tools: Remove needless libtraceevent include directives
` [PATCH 10/47] perf header: Move CPUINFO_PROC to the only file where it is used
` [PATCH 11/47] perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
` [PATCH 12/47] perf time-utils: Adopt rdclock() from perf.h
` [PATCH 13/47] perf tools: Remove needless perf.h include directive from headers
` [PATCH 14/47] perf tools: Remove perf.h from source files not needing it
` [PATCH 15/47] perf tools: Remove debug.h from header "
` [PATCH 16/47] perf debug: Remove needless include directives from debug.h
` [PATCH 17/47] perf env: Remove env.h from other headers where just a fwd decl is needed
` [PATCH 18/47] perf event: Remove needless include directives from event.h
` [PATCH 19/47] libtraceevent, perf tools: Changes in tep_print_event_* APIs
` [PATCH 20/47] libtraceevent: Remove tep_register_trace_clock()
` [PATCH 21/47] libtraceevent: Change users plugin directory
` [PATCH 22/47] perf dso: Adopt DSO related macros from symbol.h
` [PATCH 23/47] perf symbol: Move C++ demangle defines to the only file using it
` [PATCH 24/47] perf symbols: Add missing linux/refcount.h to symbol.h
` [PATCH 25/47] perf symbols: Move symsrc prototypes to a separate header
` [PATCH 26/47] perf dsos: Move the dsos struct and its methods to separate source files
` [PATCH 27/47] perf hist: Remove needless ui/progress.h from hist.h
` [PATCH 28/47] perf tools: Move 'struct events_stats' and prototypes to separate header
` [PATCH 29/47] perf tools: Remove needless sort.h include directives
` [PATCH 30/47] perf probe: No need for symbol.h, symbol_conf is enough
` [PATCH 31/47] perf tools: Remove needless map.h include directives
` [PATCH 32/47] perf tools: Remove needless thread.h "
` [PATCH 33/47] perf tools: Remove needless thread_map.h "
` [PATCH 34/47] perf tools: Remove needless evlist.h "
` [PATCH 35/47] "
` [PATCH 36/47] perf auxtrace: Uninline functions that touch perf_session
` [PATCH 37/47] perf symbols: Move mem_info and branch_info out of symbol.h
` [PATCH 38/47] perf pmu: Change convert_scale from static to global
` [PATCH 39/47] perf metricgroup: Scale the metric result
` [PATCH 40/47] perf metricgroup: Support multiple events for metricgroup
` [PATCH 41/47] objtool: Move x86 insn decoder to a common location
` [PATCH 42/47] perf: Update .gitignore file
` [PATCH 43/47] perf intel-pt: Remove inat.c from build dependency list
` [PATCH 44/47] perf intel-pt: Use shared x86 insn decoder
` [PATCH 45/47] perf build: Ignore intentional differences for the "
` [PATCH 46/47] objtool: Update sync-check.sh from perf's check-headers.sh
` [PATCH 47/47] objtool: Ignore intentional differences for the x86 insn decoder

[GIT PULL] perf/core improvements and fixes
 2019-08-29 18:58 UTC  (39+ messages)
` [PATCH 01/37] perf arch powerpc: Sync powerpc syscall.tbl
` [PATCH 02/37] perf event: Check ref_reloc_sym before using it
` [PATCH 03/37] perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
` [PATCH 04/37] perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
` [PATCH 05/37] perf symbols: Use CAP_SYSLOG with kptr_restrict checks
` [PATCH 06/37] perf tools: Warn that perf_event_paranoid can restrict kernel symbols
` [PATCH 07/37] perf tools: Remove needless util.h include from builtin.h
` [PATCH 08/37] perf evlist: Remove needless util.h from evlist.h
` [PATCH 09/37] perf clang: Delete needless util-cxx.h header
` [PATCH 10/37] perf top: Decay all events in the evlist
` [PATCH 11/37] perf top: Fix event group with more than two events
` [PATCH 12/37] libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
` [PATCH 13/37] libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' "
` [PATCH 14/37] libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' "
` [PATCH 15/37] libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' "
` [PATCH 16/37] libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' "
` [PATCH 17/37] libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' "
` [PATCH 18/37] libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' "
` [PATCH 19/37] libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' "
` [PATCH 20/37] libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' "
` [PATCH 21/37] libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' "
` [PATCH 22/37] libperf: Add PERF_RECORD_AUX 'struct aux_event' "
` [PATCH 23/37] libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' "
` [PATCH 24/37] libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' "
` [PATCH 25/37] libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' "
` [PATCH 26/37] libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' "
` [PATCH 27/37] libperf: Add PERF_RECORD_STAT 'struct stat_event' "
` [PATCH 28/37] libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' "
` [PATCH 29/37] libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' "
` [PATCH 30/37] libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' "
` [PATCH 31/37] libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' "
` [PATCH 32/37] libperf: Add 'union perf_event' "
` [PATCH 33/37] libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
` [PATCH 34/37] libperf: Move 'enum perf_user_event_type' to perf/event.h
` [PATCH 35/37] perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
` [PATCH 36/37] tools lib traceevent: Do not free tep->cmdlines in add_new_comm() on failure
` [PATCH 37/37] tools lib traceevent: Remove unneeded qsort and uses memmove instead

[GIT PULL] perf/core improvements and fixes
 2019-08-27  8:24 UTC  (35+ messages)
` [PATCH 01/33] perf cpumap: No need to include perf.h, ditch it
` [PATCH 02/33] perf stat: Remove needless headers from stat.h
` [PATCH 03/33] perf record: Move record_opts and other record decls out of perf.h
` [PATCH 04/33] perf cacheline: Move cacheline related routines to separate files
` [PATCH 05/33] perf srcline: Add missing srcline.h header to files needing its defs
` [PATCH 06/33] perf sort: Remove needless headers from sort.h, provide fwd struct decls
` [PATCH 07/33] perf tests: Fixes hang in zstd compression test by changing the source of random data
` [PATCH 08/33] perf trace beauty ioctl: Fix off-by-one error in cmd->string table
` [PATCH 09/33] perf augmented_raw_syscalls: Rename augmented_filename to augmented_arg
` [PATCH 10/33] perf augmented_raw_syscalls: Postpone tmp map lookup to after pid_filter
` [PATCH 11/33] perf augmented_raw_syscalls: Introduce helper to get the scratch space
` [PATCH 12/33] perf augmented_raw_syscalls: Reduce perf_event_output() boilerplate
` [PATCH 13/33] perf tools: Remove duplicate headers
` [PATCH 14/33] perf report: Use timestamp__scnprintf_nsec() for time sort key
` [PATCH 15/33] perf report: Fix --ns time sort key output
` [PATCH 16/33] perf script: Fix memory leaks in list_scripts()
` [PATCH 17/33] libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h
` [PATCH 18/33] libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' "
` [PATCH 19/33] libperf: Add PERF_RECORD_COMM 'struct comm_event' "
` [PATCH 20/33] libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' "
` [PATCH 21/33] libperf: Add PERF_RECORD_FORK 'struct fork_event' "
` [PATCH 22/33] libperf: Add PERF_RECORD_LOST 'struct lost_event' "
` [PATCH 23/33] libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' "
` [PATCH 24/33] libperf: Add PERF_RECORD_READ 'struct read_event' "
` [PATCH 25/33] libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' "
` [PATCH 26/33] libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' "
` [PATCH 27/33] libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' "
` [PATCH 28/33] libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' "
` [PATCH 29/33] libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
` [PATCH 30/33] perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
` [PATCH 31/33] perf tools: Rename perf_event::bpf_event to perf_event::bpf
` [PATCH 32/33] perf tool: Rename perf_tool::bpf_event to bpf
` [PATCH 33/33] perf evsel: Rename perf_missing_features::bpf_event to ::bpf

BoF on LPC 2019 : Linux Perf advancements for compute intensive and server systems
 2019-08-27  7:48 UTC  (6+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-08-23 10:30 UTC  (9+ messages)
` [PATCH 19/25] perf evsel: util/evsel.h needs stdio.h as it uses FILE
` [PATCH 20/25] perf x86 kvm-stat: Add missing string.h header
` [PATCH 21/25] perf evsel: Switch to libperf's cpumap.h
` [PATCH 22/25] perf cpumap: Remove needless includes from cpumap.h
` [PATCH 23/25] libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
` [PATCH 24/25] perf c2c: Fix report with offline cpus
` [PATCH 25/25] libperf: Fix alignment trap with xyarray contents in 'perf stat'

[PATCH] Fixes hang in zstd compression test by changing the source of random data
 2019-08-23  8:30 UTC  (5+ messages)


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