index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-record.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
perf record: Add HEADER_BRANCH_STACK tag
Stephane Eranian
1
-0
/
+3
2012-03-09
perf record: Provide default branch stack sampling mode option
Stephane Eranian
1
-25
/
+43
2012-03-09
perf record: Add support for sampling taken branch
Roberto Agostino Vitillo
1
-0
/
+74
2012-02-14
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
1
-4
/
+3
2012-02-14
perf tools: Handle kernels that don't support attr.exclude_{guest,host}
Arnaldo Carvalho de Melo
1
-9
/
+20
2012-02-13
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
1
-6
/
+4
2012-02-09
perf record: No build id option fails
David Ahern
1
-2
/
+2
2012-02-02
perf record: Make feature initialization generic
Robert Richter
1
-19
/
+9
2012-01-24
perf tools: Introduce per user view
Arnaldo Carvalho de Melo
1
-2
/
+10
2011-12-23
perf tools: Unify handling of features when writing feature section
Robert Richter
1
-0
/
+7
2011-12-23
perf: builtin-record: Document and check that mmap_pages must be a power of two.
Nelson Elhage
1
-0
/
+3
2011-12-23
perf: builtin-record: Provide advice if mmap'ing fails with EPERM.
Nelson Elhage
1
-1
/
+8
2011-12-20
perf record: Add ability to record event period
Andrew Vagin
1
-0
/
+1
2011-11-29
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
1
-6
/
+0
2011-11-28
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
1
-17
/
+18
2011-11-28
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
1
-21
/
+17
2011-11-28
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
1
-168
/
+215
2011-11-28
perf record: Move 'group' to perf_event_ops
Arnaldo Carvalho de Melo
1
-5
/
+4
2011-11-28
perf record: Move mmap_pages to perf_record_opts
Arnaldo Carvalho de Melo
1
-4
/
+5
2011-11-28
perf evlist: Handle default value for 'pages' on mmap method
Arnaldo Carvalho de Melo
1
-4
/
+0
2011-11-28
perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'
Arnaldo Carvalho de Melo
1
-68
/
+13
2011-11-28
perf evsel: Introduce config attr method
Arnaldo Carvalho de Melo
1
-132
/
+48
2011-10-26
perf ui: Rename ui__warning_paranoid to ui__error_paranoid
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-10-26
perf evlist: Fix grouping of multiple events
Arnaldo Carvalho de Melo
1
-2
/
+9
2011-10-07
perf tools: Make perf.data more self-descriptive (v8)
Stephane Eranian
1
-0
/
+15
2011-10-06
Merge commit 'v3.1-rc9' into perf/core
Ingo Molnar
1
-0
/
+3
2011-09-29
perf tools: Make stat/record print fatal signals of the target program
Andi Kleen
1
-2
/
+17
2011-09-23
perf record: Create events initially disabled and enable after init
David Ahern
1
-0
/
+3
2011-08-18
perf tools: Add group event scheduling option to perf record/stat
Lin Ming
1
-1
/
+3
2011-07-25
perf evlist: Introduce 'disable' method
Arnaldo Carvalho de Melo
1
-17
/
+2
2011-07-21
perf tools: De-opt the parse_events function
Jiri Olsa
1
-1
/
+1
2011-05-27
perf tools: Make sure kptr_restrict warnings fit 80 col terms
Arnaldo Carvalho de Melo
1
-11
/
+8
2011-05-26
perf symbols: Handle /proc/sys/kernel/kptr_restrict
Arnaldo Carvalho de Melo
1
-0
/
+13
2011-05-15
perf evlist: Fix per thread mmap setup
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-04-15
perf evsel: Fix use of inherit
Arnaldo Carvalho de Melo
1
-2
/
+5
2011-03-31
perf: mmap 512 kiB by default
Frederic Weisbecker
1
-1
/
+5
2011-03-29
perf tools: Emit clearer message for sys_perf_event_open ENOENT return
David Ahern
1
-1
/
+9
2011-03-29
perf tools: Fixup exit path when not able to open events
Arnaldo Carvalho de Melo
1
-5
/
+4
2011-03-10
perf session: Use evlist/evsel for managing perf.data attributes
Arnaldo Carvalho de Melo
1
-66
/
+35
2011-03-02
perf: Set filters before mmaping events
Frederic Weisbecker
1
-12
/
+6
2011-02-17
perf record: Delay setting the header writing atexit call
Arnaldo Carvalho de Melo
1
-5
/
+5
2011-02-16
perf tool: Add cgroup support
Stephane Eranian
1
-0
/
+9
2011-02-11
Merge remote branch 'acme/perf/urgent' into perf/core
Arnaldo Carvalho de Melo
1
-3
/
+3
2011-02-10
perf tools: Fix thread_map event synthesizing in top and record
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-31
perf evlist: Store pointer to the cpu and thread maps
Arnaldo Carvalho de Melo
1
-28
/
+16
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
1
-26
/
+30
2011-01-29
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-29
perf record: No need to check for overwrites
Arnaldo Carvalho de Melo
1
-19
/
+3
2011-01-24
perf threads: Move thread_map to separate file
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-01-24
perf record: auto detect when stdout is a pipe
Franck Bui-Huu
1
-12
/
+20
[next]