LinuxLists
Users
About
Arnaldo Carvalho de Melo (
[email protected]
)
Number of posts: 2284 (0.9 per day)
First post: 2009-01-08 00:32:21
Last post: 2015-12-09 13:45:21
Previous Page
/
Next Page
Date
List
Subject
2012-11-24 00:21:03
linux-kernel
[PATCH 6/8] perf: Make perf build for x86 with UAPI disintegration applied
2012-11-19 15:08:03
linux-kernel
Re: [PATCH 31/32] perf powerpc: Use uapi/unistd.h to fix build error
2012-11-18 14:36:42
linux-kernel
[PATCH 01/32] perf tests: Move test__vmlinux_matches_kallsyms into separate object
2012-11-18 14:36:40
linux-kernel
[PATCH 13/32] perf tools: Stop using 'self' in pstack
2012-11-18 14:36:39
linux-kernel
[PATCH 21/32] perf tools: Omit group members from perf_evlist__disable/enable
2012-11-18 14:36:38
linux-kernel
[PATCH 23/32] perf ui tui: Move progress.c under ui/tui directory
2012-11-18 14:36:37
linux-kernel
[PATCH 24/32] perf ui: Introduce generic ui_progress helper
2012-11-18 14:36:35
linux-kernel
[PATCH 32/32] perf evsel: Introduce is_group_member method
2012-11-18 14:36:33
linux-kernel
[PATCH 15/32] perf tools: Fix compile error on NO_NEWT=1 build
2012-11-18 14:36:32
linux-kernel
[PATCH 11/32] perf tests: Final cleanup for builtin-test move
2012-11-18 14:36:31
linux-kernel
[PATCH 12/32] perf tests: Check for mkstemp return value in dso-data test
2012-11-18 14:35:08
linux-kernel
[PATCH 09/32] perf tests: Move test__syscall_open_tp_fields into separate object
2012-11-18 14:35:06
linux-kernel
[PATCH 04/32] perf tests: Move test__basic_mmap into separate object
2012-11-18 14:35:04
linux-kernel
[PATCH 20/32] perf tools: Ensure single disable call per event in record comand
2012-11-18 14:35:01
linux-kernel
[PATCH 18/32] perf tools: Fix attributes for '{}' defined event groups
2012-11-18 14:35:00
linux-kernel
[PATCH 06/32] perf tests: Move test__rdpmc into separate object
2012-11-18 14:34:32
linux-kernel
[PATCH 28/32] tools: Define a Makefile function to do subdir processing
2012-11-18 14:34:31
linux-kernel
[PATCH 22/32] perf tools: Add basic event modifier sanity check
2012-11-18 14:33:46
linux-kernel
[PATCH 19/32] perf tools: Fix 'disabled' attribute config for record command
2012-11-18 14:33:44
linux-kernel
[PATCH 30/32] tools: Pass the target in descend
2012-11-18 14:33:42
linux-kernel
[PATCH 05/32] perf tests: Move test__PERF_RECORD into separate object
2012-11-18 14:33:11
linux-kernel
[PATCH 31/32] perf powerpc: Use uapi/unistd.h to fix build error
2012-11-18 14:33:10
linux-kernel
[PATCH 29/32] tools: Honour the O= flag when tool build called from a higher Makefile
2012-11-18 14:31:00
linux-kernel
[GIT PULL 00/32] perf/core improvements and fixes
2012-11-18 14:30:33
linux-kernel
[PATCH 14/32] perf hists: Initialize all of he->stat with zeroes
2012-11-18 14:30:32
linux-kernel
[PATCH 08/32] perf tests: Move perf_evsel__tp_sched_test into separate object
2012-11-18 14:30:31
linux-kernel
[PATCH 03/32] perf tests: Move test__open_syscall_event_on_all_cpus into separate object
2012-11-18 14:30:30
linux-kernel
[PATCH 26/32] perf ui: Add ui_progress__finish()
2012-11-18 14:30:28
linux-kernel
[PATCH 17/32] perf tools: Use sscanf for parsing /proc/pid/maps
2012-11-18 14:30:27
linux-kernel
[PATCH 25/32] perf ui gtk: Implement ui_progress functions
2012-11-18 14:30:26
linux-kernel
[PATCH 10/32] perf tests: Move pmu tests into separate object
2012-11-18 14:30:24
linux-kernel
[PATCH 16/32] perf tools: Add gtk.<command> config option for launching GTK browser
2012-11-18 14:30:23
linux-kernel
[PATCH 07/32] perf tests: Move perf_evsel__roundtrip_name_test into separate object
2012-11-18 14:30:21
linux-kernel
[PATCH 27/32] perf ui: Always compile browser setup code
2012-11-18 14:30:19
linux-kernel
[PATCH 02/32] perf tests: Move test__open_syscall_event into separate object
2012-11-12 16:04:18
linux-kernel
Re: [PATCH 10/21] perf hists: Introduce hists__link
2012-11-12 16:02:06
linux-kernel
Re: [GIT PULL 00/21] perf/core improvements and fixes
2012-11-09 21:47:48
linux-kernel
[PATCH 11/21] perf diff: Use hists__link when not pairing just with baseline
2012-11-09 21:47:46
linux-kernel
[PATCH 15/21] perf annotate: Don't try to follow jump target on PLT symbols
2012-11-09 21:47:42
linux-kernel
[PATCH 13/21] perf test: fix a build error on builtin-test
2012-11-09 21:47:39
linux-kernel
[PATCH 19/21] tools lib traceevent: No need to check for < 0 on an unsigned enum
2012-11-09 21:47:34
linux-kernel
[PATCH 04/21] perf tests: Move attr.py temp dir cleanup into finally section
2012-11-09 21:47:30
linux-kernel
[PATCH 14/21] perf annotate: Whitespace fixups
2012-11-09 21:47:25
linux-kernel
[PATCH 10/21] perf hists: Introduce hists__link
2012-11-09 21:47:22
linux-kernel
[PATCH 08/21] perf diff: Start moving to support matching more than two hists
2012-11-09 21:47:18
linux-kernel
[PATCH 09/21] perf diff: Move hists__match to the hists lib
2012-11-09 21:47:15
linux-kernel
[PATCH 12/21] perf machine: Move more methods to machine.[ch]
2012-11-09 21:47:13
linux-kernel
[PATCH 05/21] perf tools: Add LIBDW_DIR Makefile variable to for alternate libdw
2012-11-09 21:46:27
linux-kernel
[PATCH 17/21] tools lib traceevent: Add __maybe_unused to unused parameters
2012-11-09 21:46:22
linux-kernel
[PATCH 20/21] tools lib traceevent: Handle INVALID_ARG_TYPE errno in pevent_strerror
2012-11-09 21:46:20
linux-kernel
[PATCH 21/21] tools lib traceevent: Use 'const' in variables pointing to const strings