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-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-02
perf evlist: Make create_maps() take struct perf_target
Namhyung Kim
1
-3
/
+4
2012-05-02
perf tools: Introduce struct perf_target
Namhyung Kim
1
-2
/
+3
2012-05-02
perf test: Make the rdpmc test honour 'verbose' mode
Arnaldo Carvalho de Melo
1
-4
/
+2
2012-03-22
perf tools: Fix modifier to be applied on correct events
Jiri Olsa
1
-2
/
+114
2012-03-16
perf tools: Add support to specify pmu style event
Jiri Olsa
1
-0
/
+20
2012-03-16
perf tools: Add perf pmu object to access pmu format definition
Jiri Olsa
1
-0
/
+10
2012-03-16
perf tools: Add config options support for event parsing
Jiri Olsa
1
-0
/
+22
2012-03-16
perf tools: Add parser generator for events parsing
Jiri Olsa
1
-3
/
+3
2012-02-14
perf tools: Invert the sample_id_all logic
Arnaldo Carvalho de Melo
1
-1
/
+0
2012-02-13
perf tools: Allow multiple threads or processes in record, stat, top
David Ahern
1
-2
/
+0
2012-01-27
Merge branch 'perf/fast' into perf/core
Ingo Molnar
1
-2
/
+175
2012-01-24
perf tools: Introduce per user view
Arnaldo Carvalho de Melo
1
-4
/
+4
2012-01-08
perf test: Change type of '-v' option to INCR
Namhyung Kim
1
-1
/
+1
2011-12-21
perf tools: Add x86 RDPMC, RDTSC test
Peter Zijlstra
1
-2
/
+175
2011-12-20
perf test: Add more automated tests for event parsing
Jiri Olsa
1
-1
/
+126
2011-12-02
perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test
Arnaldo Carvalho de Melo
1
-24
/
+21
2011-12-02
perf test: Validate PERF_RECORD_ events and perf_sample fields
Arnaldo Carvalho de Melo
1
-0
/
+337
2011-11-29
perf test: Allow running just a subset of the available tests
Arnaldo Carvalho de Melo
1
-21
/
+60
2011-11-28
perf tools: Simplify debugfs mountpoint handling code
Arnaldo Carvalho de Melo
1
-1
/
+2
2011-10-26
perf evlist: Fix grouping of multiple events
Arnaldo Carvalho de Melo
1
-3
/
+3
2011-09-23
perf tool: Fix endianness handling of u32 data in samples
David Ahern
1
-1
/
+1
2011-07-21
perf tools: Make test use the preset debugfs path
Jiri Olsa
1
-2
/
+2
2011-07-21
perf tools: Add automated tests for events parsing
Jiri Olsa
1
-0
/
+245
2011-06-02
perf evlist: Don't die if sample_{id_all|type} is invalid
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-05-22
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
1
-1
/
+8
2011-05-22
perf tools: Propagate event parse error handling
Frederic Weisbecker
1
-2
/
+7
2011-05-22
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
1
-1
/
+3
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
-5
/
+5
2011-01-31
perf evlist: Store pointer to the cpu and thread maps
Arnaldo Carvalho de Melo
1
-3
/
+3
2011-01-29
perf tools: Kill event_t typedef, use 'union perf_event' instead
Arnaldo Carvalho de Melo
1
-3
/
+3
2011-01-29
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-28
perf test: Fix return values checking
Han Pingtian
1
-3
/
+3
2011-01-24
perf tools: Move event__parse_sample to evsel.c
Arnaldo Carvalho de Melo
1
-10
/
+1
2011-01-24
perf threads: Move thread_map to separate file
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-22
perf test: Add test for the evlist mmap routines
Arnaldo Carvalho de Melo
1
-2
/
+169
2011-01-22
perf test: check if cpu_map__new() return NULL
Han Pingtian
1
-3
/
+3
2011-01-22
perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus
Arnaldo Carvalho de Melo
1
-3
/
+5
2011-01-22
perf evsel: Allow specifying if the inherit bit should be set
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-22
perf evsel: Support event groups
Arnaldo Carvalho de Melo
1
-2
/
+2
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
1
-7
/
+7
2011-01-22
perf test: Fix build on older glibcs
Arnaldo Carvalho de Melo
1
-14
/
+19
2011-01-21
perf test: Use cpu_map->[cpu] when setting affinity
Han Pingtian
1
-4
/
+9
2011-01-10
perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1)
Arnaldo Carvalho de Melo
1
-0
/
+110
2011-01-07
perf tools: Pass whole attr to event selectors
Lin Ming
1
-1
/
+5
2011-01-05
perf test: Clarify some error reports in the open syscall test
Arnaldo Carvalho de Melo
1
-7
/
+11
2011-01-04
perf test: Add test for counting open syscalls
Arnaldo Carvalho de Melo
1
-0
/
+83
2010-12-22
perf test: Look forward for symbol aliases
Arnaldo Carvalho de Melo
1
-4
/
+19
2010-05-17
perf options: Type check OPT_BOOLEAN and fix the offenders
Arnaldo Carvalho de Melo
1
-1
/
+1
2010-04-29
perf test: Initial regression testing command
Arnaldo Carvalho de Melo
1
-0
/
+281