Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
5b39187fad6faefae5ce1a1e997651d4e382b135
/
tools
/
perf
/
builtin-record.c
2fb750e
perf-record: Check correct pid when forking
by Borislav Petkov
· 14 years ago
0e2e63d
perf-record: Share per-cpu buffers
by Peter Zijlstra
· 14 years ago
57adc51
perf-record: Remove -M
by Peter Zijlstra
· 14 years ago
ef365ce
perf record: remove unneeded gettimeofday() call
by Russ Anderson
· 14 years ago
a41794c
perf tools: Remove some unused functions
by Arnaldo Carvalho de Melo
· 14 years ago
1967936
perf options: Check v type in OPT_U?INTEGER
by Arnaldo Carvalho de Melo
· 14 years ago
3de29ca
perf record: Fix bug mismatch with -c option definition
by Stephane Eranian
· 14 years ago
2e6cdf9
perf tools: change event inheritance logic in stat and record
by Stephane Eranian
· 14 years ago
9840280
perf: Introduce a new "round of buffers read" pseudo event
by Frederic Weisbecker
· 15 years ago
db620b1
perf/record: simplify TRACE_INFO tracepoint check
by Tom Zanussi
· 15 years ago
63e0c77
perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAW
by Tom Zanussi
· 15 years ago
2c9faa0
perf record: Don't exit in live mode when no tracepoints are enabled
by Arnaldo Carvalho de Melo
· 15 years ago
454c407
perf: add perf-inject builtin
by Tom Zanussi
· 15 years ago
789688f
perf/live: don't synthesize build ids at the end of a live mode trace
by Tom Zanussi
· 15 years ago
23346f2
perf tools: Rename "kernel_info" to "machine"
by Arnaldo Carvalho de Melo
· 15 years ago
a1645ce
perf: 'perf kvm' tool for monitoring guest performance from host
by Zhang, Yanmin
· 15 years ago
84b13fd
Merge branch 'perf/live' into perf/core
by Ingo Molnar
· 15 years ago
f921281
perf: Make the trace events sample period default to 1
by Frederic Weisbecker
· 15 years ago
7865e81
perf: Make -f the default for perf record
by Frederic Weisbecker
· 15 years ago
c7929e4
perf: Convert perf header build_ids into build_id events
by Tom Zanussi
· 15 years ago
9215545
perf: Convert perf tracing data into a tracing_data event
by Tom Zanussi
· 15 years ago
cd19a03
perf: Convert perf event types into event type events
by Tom Zanussi
· 15 years ago
2c46dbb
perf: Convert perf header attrs into attr events
by Tom Zanussi
· 15 years ago
529870e
perf record: Introduce special handling for pipe output
by Tom Zanussi
· 15 years ago
8dc5810
perf: Add pipe-specific header read/write and event processing code
by Tom Zanussi
· 15 years ago
c055564
perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()
by Ian Munsie
· 15 years ago
e206d55
perf tools: Move the prototypes in util/string.h to util.h
by Arnaldo Carvalho de Melo
· 15 years ago
7016213
perf record: Add a fallback to the reference relocation symbol
by Arnaldo Carvalho de Melo
· 15 years ago
5a10317
perf record: Zero out mmap_array to fix segfault
by Zhang, Yanmin
· 15 years ago
d6d901c
perf events: Change perf parameter --pid to process-wide collection instead of thread-wide
by Zhang, Yanmin
· 15 years ago
46be604
perf record: Enable counters only when kernel is execing subcommand
by Zhang, Yanmin
· 15 years ago
bedbfde
perf record: Enable the enable_on_exec flag if record forks the target
by Eric B Munson
· 15 years ago
937779d
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 15 years ago
6230f2c
perf record: Mention paranoid sysctl when failing to create counter
by Arnaldo Carvalho de Melo
· 15 years ago
9f591fd
perf record: Don't try to find buildids in a zero sized file
by Arnaldo Carvalho de Melo
· 15 years ago
a12b51c
perf tools: Fix sparse CPU numbering related bugs
by Paul Mackerras
· 15 years ago
8907fd6
perf record: Add ID and to recorded event data when recording multiple events
by Eric B Munson
· 15 years ago
f7e7ee3
perf record: Fix existing process callgraph symbol
by austin_zhang@linux.intel.com
· 15 years ago
f887f30
perf tools: Clean up O_LARGEFILE et al usage
by Xiao Guangrong
· 15 years ago
6122e4e
perf record: Stop intercepting events, use postprocessing to get build-ids
by Arnaldo Carvalho de Melo
· 15 years ago
b8f46c5
perf tools: Use O_LARGEFILE to open perf data file
by Xiao Guangrong
· 15 years ago
a8e6f73
Revert "perf record: Intercept all events"
by Hitoshi Mitake
· 15 years ago
64abebf
perf session: Create kernel maps in the constructor
by Arnaldo Carvalho de Melo
· 15 years ago
f5a2c3d
perf record: Intercept all events
by Arnaldo Carvalho de Melo
· 15 years ago
18c3daa
perf record: Encode the domain while synthesizing MMAP events
by Arnaldo Carvalho de Melo
· 15 years ago
b7cece7
perf tools: Encode kernel module mappings in perf.data
by Arnaldo Carvalho de Melo
· 15 years ago
56b03f3
perf tools: Handle relocatable kernels
by Arnaldo Carvalho de Melo
· 15 years ago
d4db3f1
perf record: We should fork only if a program was specified to run
by Arnaldo Carvalho de Melo
· 15 years ago
60ab271
perf record: Use per-task-per-cpu events for inherited events
by Peter Zijlstra
· 15 years ago
856e966
perf record: Properly synchronize child creation
by Peter Zijlstra
· 15 years ago
655000e
perf symbols: Adopt the strlists for dso, comm
by Arnaldo Carvalho de Melo
· 15 years ago
75be6cf
perf symbols: Make symbol_conf global
by Arnaldo Carvalho de Melo
· 15 years ago
b38d346
perf record: Rename perf.data to perf.data.old if --force/-f is used
by Arnaldo Carvalho de Melo
· 15 years ago
4aa6563
perf session: Move kmaps to perf_session
by Arnaldo Carvalho de Melo
· 15 years ago
d8f6624
perf session: Pass the perf_session to the event handling operations
by Arnaldo Carvalho de Melo
· 15 years ago
94c744b
perf tools: Introduce perf_session class
by Arnaldo Carvalho de Melo
· 15 years ago
bfd4511
perf record, x86: Print more intelligent error message when sampling fails
by Simon Kaempflein
· 15 years ago
d5eed90
perf tools: Eliminate some more die() uses in library functions
by Arnaldo Carvalho de Melo
· 15 years ago
4dc0a04
perf tools: perf_header__read() shouldn't die()
by Arnaldo Carvalho de Melo
· 15 years ago
a9a70bb
perf tools: Don't die() in perf_header__new()
by Arnaldo Carvalho de Melo
· 15 years ago
5875412
perf tools: Don't die() in perf_header_attr__add_id()
by Arnaldo Carvalho de Melo
· 15 years ago
11deb1f
perf tools: Don't die() in perf_header__add_attr()
by Arnaldo Carvalho de Melo
· 15 years ago
dc79c0f
perf tools: Don't die in perf_header_attr__new()
by Arnaldo Carvalho de Melo
· 15 years ago
39dc78b
Merge commit 'v2.6.32-rc7' into perf/core
by Ingo Molnar
· 15 years ago
3e13ab2
perf tools: Use perf_header__set/has_feat whenever possible
by Frederic Weisbecker
· 15 years ago
8671dab
perf tools: Move the build-id storage operations to headers
by Frederic Weisbecker
· 15 years ago
de89672
perf tools: Synthetize the targeted process
by Frederic Weisbecker
· 15 years ago
c10edee
perf tools: Fix permission checks
by Pekka Enberg
· 15 years ago
8d06367
perf symbols: Use the buildids if present
by Arnaldo Carvalho de Melo
· 15 years ago
234fbbf
perf tools: Generalize event synthesizing routines
by Arnaldo Carvalho de Melo
· 15 years ago
7f3bedc
perf record: Fix race where process can disappear while reading its /proc/pid/tasks
by Arnaldo Carvalho de Melo
· 15 years ago
6beba7a
perf tools: Unify debug messages mechanisms
by Arnaldo Carvalho de Melo
· 15 years ago
2ba0825
perf tools: Introduce bitmask'ed additional headers
by Frederic Weisbecker
· 15 years ago
5a116dd
perf tools: Use kernel bitmap library
by Frederic Weisbecker
· 15 years ago
c171b55
perf trace: Add filter Suppport
by Li Zefan
· 15 years ago
7e4ff9e
perf tools: Fix counter sample frequency breakage
by Mike Galbraith
· 15 years ago
03456a1
perf tools: Merge trace.info content into perf.data
by Frederic Weisbecker
· 15 years ago
42e59d7
perf tools: Default to 1 KHz auto-sampling freq events
by Ingo Molnar
· 15 years ago
933da83
perf: Propagate term signal to child
by Chris Wilson
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
8b41266
perf record: Disable profiling before draining the buffer
by Peter Zijlstra
· 15 years ago
ea57c4f
perf tools: Implement counter output multiplexing
by Ingo Molnar
· 15 years ago
d130252
perf tools: Add an option to multiplex counters in a single channel
by Frederic Weisbecker
· 15 years ago
6ddf259
perf trace: Sample timestamps as well
by Ingo Molnar
· 15 years ago
cd6feee
perf trace: Sample the CPU too
by Ingo Molnar
· 15 years ago
1ef2ed1
perf tools: Only save the event formats we need
by Frederic Weisbecker
· 15 years ago
9df37dd
perf tools: Record events info also when :record suffix is used.
by Frederic Weisbecker
· 15 years ago
5f9c39d
perf tools: Add perf trace
by Frederic Weisbecker
· 15 years ago
8f28827
perf tools: Librarize trace_event() helper
by Frederic Weisbecker
· 15 years ago
be75023
Merge branch 'perfcounters/urgent' into perfcounters/core
by Ingo Molnar
· 15 years ago
39e6dd7
perf record: Fix typo in pid_synthesize_comm_event
by Arnaldo Carvalho de Melo
· 15 years ago
daac07b
perf tools: Add a general option to enable raw sample records
by Frederic Weisbecker
· 15 years ago
3a9f131
perf tools: Add a per tracepoint counter attribute to get raw sample
by Frederic Weisbecker
· 15 years ago
0a5ac84
perf record: Add missing -C option support for specifying profile cpu
by Jens Axboe
· 15 years ago
2a8083f
perf record: Fix .tid and .pid fill-in when synthesizing events
by Arnaldo Carvalho de Melo
· 15 years ago
66e274f
perf tools: Factorize the map helpers
by Frederic Weisbecker
· 15 years ago
1fe2c10
perf tools: Factorize the event structure definitions in a single file
by Frederic Weisbecker
· 15 years ago
cd84c2a
perf tools: Factorize high level dso helpers
by Frederic Weisbecker
· 15 years ago
266e0e2
perf record: Fix the -A UI for empty or non-existent perf.data
by Pierre Habouzit
· 15 years ago
f413cdb
perf_counter: Fix/complete ftrace event records sampling
by Frederic Weisbecker
· 15 years ago
Next »