aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-06perf buildid-list: Fix copy'n'paste help messageArnaldo Carvalho de Melo1-1/+1
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi3-4/+10
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi7-146/+155
2009-12-06perf timechart: Fix header handlingOGAWA Hirofumi1-4/+8
2009-12-06x86, perf probe: Fix warning in test_get_len()Jean Delvare1-1/+1
2009-12-06perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall1-1/+1
2009-12-06x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker1-1/+32
2009-12-06x86: Fixup wrong debug exception frame link in stacktracesFrederic Weisbecker1-3/+3
2009-12-06x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker1-4/+5
2009-12-06perf: Remove the "event" callback from perf eventsFrederic Weisbecker1-3/+0
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker8-57/+48
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker3-13/+7
2009-12-06perf: Remove unused struct perf_event::event_callbackFrederic Weisbecker1-2/+0
2009-12-06perf: Remove pointless union that wraps the hw breakpoint fieldsFrederic Weisbecker1-8/+6
2009-12-06hw-breakpoints: Add two reserved fields for future extensionsFrederic Weisbecker1-0/+2
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu1-4/+4
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang1-3/+3
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker1-4/+12
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker1-2/+2
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron1-3/+12
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg1-1/+2
2009-12-02perf_event: Fix compile errorXiao Guangrong1-1/+4
2009-12-02perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang1-2/+0
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan3-47/+16
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan3-28/+15
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan3-16/+13
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan3-28/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan3-28/+16
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan3-12/+2
2009-12-01perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong1-0/+1
2009-12-01perf probe: Simplify event namingMasami Hiramatsu2-14/+56
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu3-18/+230
2009-12-01perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu3-40/+118
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu4-218/+294
2009-12-01perf probe: Fix probe array index for multiple probe pointsMasami Hiramatsu1-1/+1
2009-12-01perf probe: Fix argv array size in probe parserMasami Hiramatsu1-4/+7
2009-12-01perf probe: Add probe-finder.h without libdwarfMasami Hiramatsu1-1/+1
2009-12-01perf probe: Change a debugging message from pr_info to pr_debugMasami Hiramatsu1-1/+1
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu1-7/+19
2009-12-01perf timechart: Remove open-coded event parsing codeLi Zefan1-140/+30
2009-12-01perf annotate: Fix perf data parsingLi Zefan2-127/+19
2009-11-30perf trace/scripting: Add Fedora libperl install note to docTom Zanussi2-3/+5
2009-11-30perf trace/scripting: Fix Perl common_* access functionsTom Zanussi4-24/+24
2009-11-30perf trace/scripting: Ignore shadowed variable warning for perf-trace-perl.cTom Zanussi1-1/+1
2009-11-30perf trace/scripting: Silence PERL_EMBED_* backtick errorsTom Zanussi1-2/+2
2009-11-28perf scripting: Fix buildIngo Molnar1-0/+2
2009-11-28perf trace: Add a scripts/perl/bin for perf trace shell scriptsTom Zanussi10-0/+45
2009-11-28perf trace: Add Documentation for perf trace Perl supportTom Zanussi2-1/+229
2009-11-28perf trace: Add interface to access perf data from Perl handlersTom Zanussi13-13/+474