index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-06
hw-breakpoints: Use overflow handler instead of the event callback
Frederic Weisbecker
8
-57
/
+48
2009-12-06
hw-breakpoints: Drop callback and task parameters from modify helper
Frederic Weisbecker
3
-13
/
+7
2009-12-06
perf: Remove unused struct perf_event::event_callback
Frederic Weisbecker
1
-2
/
+0
2009-12-06
perf: Remove pointless union that wraps the hw breakpoint fields
Frederic Weisbecker
1
-8
/
+6
2009-12-06
hw-breakpoints: Add two reserved fields for future extensions
Frederic Weisbecker
1
-0
/
+2
2009-12-03
Merge branch 'perf/probes' into perf/core
Ingo Molnar
2
-3
/
+35
2009-12-03
Merge branch 'perf/mce' into perf/core
Ingo Molnar
9
-63
/
+198
2009-12-03
Merge branch 'perf/scripting' into perf/core
Ingo Molnar
31
-15
/
+2458
2009-12-02
x86: Fix comments of register/stack access functions
Masami Hiramatsu
1
-4
/
+4
2009-12-02
perf tools: Replace %m with %a in sscanf
Liming Wang
1
-3
/
+3
2009-12-02
hw-breakpoints: Keep track of user disabled breakpoints
Frederic Weisbecker
1
-4
/
+12
2009-12-02
tracing/syscalls: Make syscall events print callbacks static
Frederic Weisbecker
1
-2
/
+2
2009-12-02
tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook
Jason Baron
1
-3
/
+12
2009-12-02
perf: Don't free perf_mmap_data until work has been done
Kristian Høgsberg
1
-1
/
+2
2009-12-02
perf_event: Fix compile error
Xiao Guangrong
1
-1
/
+4
2009-12-02
perf tools: Fix _GNU_SOURCE macro related strndup() build error
Liming Wang
1
-2
/
+0
2009-12-01
trace_syscalls: Remove unused syscall_name_to_nr()
Lai Jiangshan
1
-16
/
+0
2009-12-01
trace_syscalls: Simplify syscall profile
Lai Jiangshan
3
-47
/
+16
2009-12-01
trace_syscalls: Remove duplicate init_enter_##sname()
Lai Jiangshan
3
-28
/
+15
2009-12-01
trace_syscalls: Add syscall_nr field to struct syscall_metadata
Lai Jiangshan
3
-16
/
+13
2009-12-01
trace_syscalls: Remove enter_id exit_id
Lai Jiangshan
3
-28
/
+10
2009-12-01
trace_syscalls: Set event_enter_##sname->data to its metadata
Lai Jiangshan
3
-28
/
+16
2009-12-01
trace_syscalls: Remove unused event_syscall_enter and event_syscall_exit
Lai Jiangshan
3
-12
/
+2
2009-12-01
perf_event: Initialize data.period in perf_swevent_hrtimer()
Xiao Guangrong
1
-0
/
+1
2009-12-01
perf probe: Simplify event naming
Masami Hiramatsu
2
-14
/
+56
2009-12-01
perf probe: Add --list option for listing current probe events
Masami Hiramatsu
3
-18
/
+230
2009-12-01
perf probe: Add argv_split() from lib/argv_split.c
Masami Hiramatsu
3
-40
/
+118
2009-12-01
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
4
-218
/
+294
2009-12-01
perf probe: Fix probe array index for multiple probe points
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Fix argv array size in probe parser
Masami Hiramatsu
1
-4
/
+7
2009-12-01
perf probe: Add probe-finder.h without libdwarf
Masami Hiramatsu
1
-1
/
+1
2009-12-01
perf probe: Change a debugging message from pr_info to pr_debug
Masami Hiramatsu
1
-1
/
+1
2009-12-01
trace_kprobes: Fix a memory leak bug and check kstrdup() return value
Masami Hiramatsu
1
-7
/
+19
2009-12-01
perf timechart: Remove open-coded event parsing code
Li Zefan
1
-140
/
+30
2009-12-01
perf annotate: Fix perf data parsing
Li Zefan
2
-127
/
+19
2009-11-30
perf trace/scripting: Add Fedora libperl install note to doc
Tom Zanussi
2
-3
/
+5
2009-11-30
perf trace/scripting: Fix Perl common_* access functions
Tom Zanussi
4
-24
/
+24
2009-11-30
perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.c
Tom Zanussi
1
-1
/
+1
2009-11-30
perf trace/scripting: Silence PERL_EMBED_* backtick errors
Tom Zanussi
1
-2
/
+2
2009-11-28
perf scripting: Fix build
Ingo Molnar
1
-0
/
+2
2009-11-28
perf trace: Add a scripts/perl/bin for perf trace shell scripts
Tom Zanussi
10
-0
/
+45
2009-11-28
perf trace: Add Documentation for perf trace Perl support
Tom Zanussi
2
-1
/
+229
2009-11-28
perf trace: Add interface to access perf data from Perl handlers
Tom Zanussi
13
-13
/
+474
2009-11-28
perf trace: Add perf trace scripting support modules for Perl
Tom Zanussi
9
-0
/
+806
2009-11-28
perf trace: Add Perl scripting support
Tom Zanussi
6
-5
/
+629
2009-11-28
perf trace: Add flag/symbolic format_flags
Tom Zanussi
2
-0
/
+19
2009-11-28
perf trace: Add scripting ops
Tom Zanussi
2
-5
/
+261
2009-11-27
perf tools: Consolidate symbol resolving across all tools
Arnaldo Carvalho de Melo
12
-222
/
+172
2009-11-27
perf tools: Reorganize event processing routines, lotsa dups killed
Arnaldo Carvalho de Melo
16
-425
/
+183
2009-11-27
perf symbols: When not using modules, discard its symbols
Arnaldo Carvalho de Melo
2
-1
/
+6
[next]