index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-record.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf events: Change perf parameter --pid to process-wide collection instead o...
Zhang, Yanmin
2010-03-18
1
-101
/
+159
*
perf record: Enable counters only when kernel is execing subcommand
Zhang, Yanmin
2010-03-18
1
-18
/
+15
*
perf record: Enable the enable_on_exec flag if record forks the target
Eric B Munson
2010-03-15
1
-5
/
+8
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2010-03-12
1
-4
/
+9
|
\
|
*
perf record: Don't try to find buildids in a zero sized file
Arnaldo Carvalho de Melo
2010-03-11
1
-0
/
+3
|
*
perf tools: Fix sparse CPU numbering related bugs
Paul Mackerras
2010-03-11
1
-4
/
+3
|
*
perf record: Add ID and to recorded event data when recording multiple events
Eric B Munson
2010-03-10
1
-0
/
+3
*
|
perf record: Mention paranoid sysctl when failing to create counter
Arnaldo Carvalho de Melo
2010-03-11
1
-1
/
+2
|
/
*
perf record: Fix existing process callgraph symbol
austin_zhang@linux.intel.com
2010-02-08
1
-1
/
+1
*
perf tools: Clean up O_LARGEFILE et al usage
Xiao Guangrong
2010-02-04
1
-2
/
+1
*
perf record: Stop intercepting events, use postprocessing to get build-ids
Arnaldo Carvalho de Melo
2010-02-04
1
-19
/
+18
*
perf tools: Use O_LARGEFILE to open perf data file
Xiao Guangrong
2010-02-03
1
-1
/
+4
*
Revert "perf record: Intercept all events"
Hitoshi Mitake
2010-01-31
1
-18
/
+10
*
perf session: Create kernel maps in the constructor
Arnaldo Carvalho de Melo
2010-01-29
1
-5
/
+0
*
perf record: Intercept all events
Arnaldo Carvalho de Melo
2010-01-16
1
-10
/
+18
*
perf record: Encode the domain while synthesizing MMAP events
Arnaldo Carvalho de Melo
2010-01-16
1
-2
/
+6
*
perf tools: Encode kernel module mappings in perf.data
Arnaldo Carvalho de Melo
2010-01-13
1
-0
/
+11
*
perf tools: Handle relocatable kernels
Arnaldo Carvalho de Melo
2010-01-13
1
-0
/
+7
*
perf record: We should fork only if a program was specified to run
Arnaldo Carvalho de Melo
2009-12-28
1
-6
/
+8
*
perf record: Use per-task-per-cpu events for inherited events
Peter Zijlstra
2009-12-16
1
-2
/
+2
*
perf record: Properly synchronize child creation
Peter Zijlstra
2009-12-16
1
-38
/
+71
*
perf symbols: Adopt the strlists for dso, comm
Arnaldo Carvalho de Melo
2009-12-16
1
-3
/
+3
*
perf symbols: Make symbol_conf global
Arnaldo Carvalho de Melo
2009-12-16
1
-2
/
+2
*
perf record: Rename perf.data to perf.data.old if --force/-f is used
Arnaldo Carvalho de Melo
2009-12-15
1
-4
/
+13
*
perf session: Move kmaps to perf_session
Arnaldo Carvalho de Melo
2009-12-14
1
-1
/
+1
*
perf session: Pass the perf_session to the event handling operations
Arnaldo Carvalho de Melo
2009-12-14
1
-4
/
+7
*
perf tools: Introduce perf_session class
Arnaldo Carvalho de Melo
2009-12-12
1
-12
/
+13
*
perf record, x86: Print more intelligent error message when sampling fails
Simon Kaempflein
2009-11-23
1
-0
/
+6
*
perf tools: Eliminate some more die() uses in library functions
Arnaldo Carvalho de Melo
2009-11-19
1
-2
/
+5
*
perf tools: perf_header__read() shouldn't die()
Arnaldo Carvalho de Melo
2009-11-19
1
-7
/
+9
*
perf tools: Don't die() in perf_header__new()
Arnaldo Carvalho de Melo
2009-11-17
1
-0
/
+5
*
perf tools: Don't die() in perf_header_attr__add_id()
Arnaldo Carvalho de Melo
2009-11-17
1
-1
/
+4
*
perf tools: Don't die() in perf_header__add_attr()
Arnaldo Carvalho de Melo
2009-11-17
1
-1
/
+4
*
perf tools: Don't die in perf_header_attr__new()
Arnaldo Carvalho de Melo
2009-11-17
1
-1
/
+4
*
Merge commit 'v2.6.32-rc7' into perf/core
Ingo Molnar
2009-11-15
1
-1
/
+1
|
\
|
*
perf tools: Fix permission checks
Pekka Enberg
2009-11-08
1
-1
/
+1
*
|
perf tools: Use perf_header__set/has_feat whenever possible
Frederic Weisbecker
2009-11-11
1
-2
/
+2
*
|
perf tools: Move the build-id storage operations to headers
Frederic Weisbecker
2009-11-11
1
-30
/
+2
*
|
perf tools: Synthetize the targeted process
Frederic Weisbecker
2009-11-11
1
-1
/
+10
*
|
perf symbols: Use the buildids if present
Arnaldo Carvalho de Melo
2009-11-08
1
-3
/
+46
*
|
perf tools: Generalize event synthesizing routines
Arnaldo Carvalho de Melo
2009-10-27
1
-171
/
+10
*
|
perf record: Fix race where process can disappear while reading its /proc/pid...
Arnaldo Carvalho de Melo
2009-10-27
1
-0
/
+4
*
|
perf tools: Unify debug messages mechanisms
Arnaldo Carvalho de Melo
2009-10-23
1
-1
/
+1
*
|
perf tools: Introduce bitmask'ed additional headers
Frederic Weisbecker
2009-10-19
1
-2
/
+2
*
|
perf tools: Use kernel bitmap library
Frederic Weisbecker
2009-10-19
1
-3
/
+0
*
|
perf trace: Add filter Suppport
Li Zefan
2009-10-15
1
-1
/
+14
*
|
perf tools: Fix counter sample frequency breakage
Mike Galbraith
2009-10-12
1
-1
/
+13
*
|
perf tools: Merge trace.info content into perf.data
Frederic Weisbecker
2009-10-07
1
-4
/
+3
*
|
perf tools: Default to 1 KHz auto-sampling freq events
Ingo Molnar
2009-10-06
1
-26
/
+26
|
/
*
perf: Propagate term signal to child
Chris Wilson
2009-10-04
1
-0
/
+6
[next]