index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
symbol
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
tools lib traceevent: Print value of unknown symbolic fields
Jan Kiszka
1
-0
/
+2
2018-01-17
tools lib traceevent: Show value of flags that have not been parsed
Steven Rostedt (VMware)
1
-0
/
+5
2018-01-17
tools lib traceevent: Fix bad force_token escape sequence
Michael Sartain
1
-1
/
+1
2018-01-12
perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
Arnaldo Carvalho de Melo
1
-15
/
+5
2018-01-12
perf evsel: Check if callchain is enabled before setting it up
Arnaldo Carvalho de Melo
1
-3
/
+11
2018-01-12
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-01-12
perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
Arnaldo Carvalho de Melo
1
-23
/
+0
2018-01-12
perf script python: Add script to profile and resolve physical mem type
Kan Liang
4
-0
/
+119
2018-01-12
perf evlist: Remove trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-11
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
Mathieu Poirier
1
-1
/
+1
2018-01-10
tools headers: Synchronize kernel <-> tooling headers
Arnaldo Carvalho de Melo
2
-2
/
+10
2018-01-10
perf report: Introduce --mmaps
Arnaldo Carvalho de Melo
2
-5
/
+54
2018-01-10
perf report: Add --tasks option to display monitored tasks
Jiri Olsa
2
-2
/
+138
2018-01-10
perf trace: Beautify 'gettid' syscall result
Arnaldo Carvalho de Melo
1
-0
/
+1
2018-01-10
perf report: Add --stats option to display quick data statistics
Jiri Olsa
2
-1
/
+29
2018-01-10
perf tools: Make the tool's warning messages optional
Jiri Olsa
2
-2
/
+5
2018-01-10
perf script: Add support to display lost events
Jiri Olsa
3
-0
/
+39
2018-01-08
perf script: Add support to display sample misc field
Jiri Olsa
4
-12
/
+84
2018-01-08
perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13
Jiri Olsa
2
-6
/
+12
2018-01-08
perf: Return empty callchain instead of NULL
Jiri Olsa
1
-18
/
+12
2018-01-08
perf: Make perf_callchain function static
Jiri Olsa
3
-19
/
+16
2018-01-08
perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
Jiri Olsa
2
-0
/
+2
2018-01-08
perf: Allocate context task_ctx_data for child event
Jiri Olsa
1
-0
/
+14
2018-01-08
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Enable LIBBABELTRACE by default
Jiri Olsa
2
-2
/
+2
2018-01-08
perf script: Support time percent and multiple time ranges
Jin Yao
2
-6
/
+44
2018-01-08
perf report: Support time percent and multiple time ranges
Jin Yao
2
-5
/
+46
2018-01-08
perf tools: Create function to perform multiple time range checking
Jin Yao
2
-0
/
+31
2018-01-08
perf tools: Create function to parse time percent
Jin Yao
2
-12
/
+196
2018-01-08
perf record: Record the first and last sample time in the header
Jin Yao
2
-3
/
+18
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
4
-0
/
+67
2018-01-08
perf report: Fix a no annotate browser displayed issue
Jin Yao
1
-1
/
+17
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
6
-15
/
+22
2018-01-08
perf tools: Fix compile error with libunwind x86
Wang Nan
1
-1
/
+1
2018-01-08
perf test bpf: Hook on epoll_pwait()
Arnaldo Carvalho de Melo
2
-6
/
+6
2018-01-08
perf test bpf: Use designated struct field initializers
Arnaldo Carvalho de Melo
1
-32
/
+27
2018-01-08
perf test bpf: Improve message about expected samples
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-01-06
perf/x86/msr: Clean up the code
Ingo Molnar
1
-32
/
+29
2018-01-06
perf/x86/msr: Add support for MSR_IA32_THERM_STATUS
Stephane Eranian
1
-4
/
+23
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
3
-5
/
+5
2018-01-05
x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
David Woodhouse
1
-2
/
+2
2018-01-05
mfd: rtsx: Release IRQ during shutdown
Sinan Kaya
1
-0
/
+3
2018-01-05
mailmap: update Mark Yao's email address
Jeffy Chen
1
-0
/
+1
2018-01-05
userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
Andrea Arcangeli
1
-2
/
+18
2018-01-05
mm/sparse.c: wrong allocation for mem_section
Baoquan He
1
-1
/
+1
2018-01-05
mm/zsmalloc.c: include fs.h
Sergey Senozhatsky
1
-0
/
+1
2018-01-05
mm/debug.c: provide useful debugging information for VM_BUG
Matthew Wilcox
1
-14
/
+14
2018-01-05
kernel/exit.c: export abort() to modules
Andrew Morton
4
-3
/
+1
2018-01-05
mm/mprotect: add a cond_resched() inside change_pmd_range()
Anshuman Khandual
1
-2
/
+4
2018-01-05
kernel/acct.c: fix the acct->needcheck check in check_free_space()
Oleg Nesterov
1
-1
/
+1
[next]