index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib: Move argv_{split,free} from tools/perf/util/
Arnaldo Carvalho de Melo
2019-07-02
6
-93
/
+109
*
perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel
Arnaldo Carvalho de Melo
2019-07-02
3
-20
/
+2
*
tools lib: Adopt strreplace() from the kernel
Arnaldo Carvalho de Melo
2019-07-02
2
-0
/
+18
*
perf tools: Ditch rtrim(), use strim() from tools/lib
Arnaldo Carvalho de Melo
2019-07-02
9
-33
/
+13
*
perf tools: Remove trim() implementation, use tools/lib's strim()
Arnaldo Carvalho de Melo
2019-06-26
5
-10
/
+8
*
tools lib: Adopt strim() from the kernel
Arnaldo Carvalho de Melo
2019-06-26
2
-0
/
+27
*
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
2019-06-26
11
-38
/
+23
*
perf report: Use skip_spaces()
Arnaldo Carvalho de Melo
2019-06-26
1
-2
/
+1
*
perf metricgroup: Use strsep()
Arnaldo Carvalho de Melo
2019-06-26
1
-2
/
+1
*
perf strfilter: Use skip_spaces()
Arnaldo Carvalho de Melo
2019-06-26
1
-2
/
+2
*
perf probe: Use skip_spaces() for argv handling
Arnaldo Carvalho de Melo
2019-06-26
1
-14
/
+2
*
perf time-utils: Use skip_spaces()
Arnaldo Carvalho de Melo
2019-06-26
1
-4
/
+2
*
perf header: Use skip_spaces() in __write_cpudesc()
Arnaldo Carvalho de Melo
2019-06-26
1
-3
/
+2
*
perf stat: Use recently introduced skip_spaces()
Arnaldo Carvalho de Melo
2019-06-26
1
-3
/
+2
*
tools lib: Adopt skip_spaces() from the kernel sources
Arnaldo Carvalho de Melo
2019-06-26
2
-1
/
+17
*
perf tools: Use linux/ctype.h in more places
Arnaldo Carvalho de Melo
2019-06-26
3
-3
/
+3
*
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-26
46
-117
/
+155
*
perf tools: Add missing util.h to pick up 'page_size' variable
Arnaldo Carvalho de Melo
2019-06-25
6
-0
/
+6
*
perf tools: Remove old baggage that is util/include/linux/ctype.h
Arnaldo Carvalho de Melo
2019-06-25
2
-2
/
+0
*
perf symbols: We need util.h in symbol-elf.c for zfree()
Arnaldo Carvalho de Melo
2019-06-25
1
-0
/
+1
*
perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h
Arnaldo Carvalho de Melo
2019-06-25
4
-14
/
+15
*
tools x86 machine: Add missing util.h to pick up 'page_size'
Arnaldo Carvalho de Melo
2019-06-25
1
-0
/
+1
*
perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
Arnaldo Carvalho de Melo
2019-06-25
8
-12
/
+16
*
perf ctype: Remove now unused 'spaces' variable
Arnaldo Carvalho de Melo
2019-06-25
2
-5
/
+0
*
perf ui stdio: No need to use 'spaces' to left align
Arnaldo Carvalho de Melo
2019-06-25
1
-3
/
+7
*
perf ctype: Remove unused 'graph_line' variable
Arnaldo Carvalho de Melo
2019-06-25
2
-5
/
+0
*
perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...
Adrian Hunter
2019-06-25
1
-0
/
+251
*
perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...
Adrian Hunter
2019-06-25
1
-0
/
+239
*
perf db-export: Export synth events
Adrian Hunter
2019-06-25
1
-2
/
+44
*
perf intel-pt: Synthesize CBR events when last seen value changes
Adrian Hunter
2019-06-25
1
-24
/
+41
*
perf intel-pt: Add CBR value to decoder state
Adrian Hunter
2019-06-25
2
-0
/
+2
*
perf intel-pt: Cater for CBR change in PSB+
Adrian Hunter
2019-06-25
1
-0
/
+7
*
perf intel-pt: Decoder to output CBR changes immediately
Adrian Hunter
2019-06-25
1
-10
/
+6
*
perf tools: Increase MAX_NR_CPUS and MAX_CACHES
Kyle Meyer
2019-06-25
2
-2
/
+2
*
perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
Adrian Hunter
2019-06-25
1
-12
/
+6
*
perf thread-stack: Fix thread stack return from kernel for kernel-only case
Adrian Hunter
2019-06-25
1
-1
/
+29
*
perf tools: Fix cache.h include directive
Numfor Mbiziwo-Tiapo
2019-06-25
1
-1
/
+1
*
perf/cgroups: Don't rotate events for cgroups unnecessarily
Ian Rogers
2019-06-24
2
-20
/
+27
*
perf/x86/rapl: Get quirk state from new probe framework
Jiri Olsa
2019-06-24
1
-79
/
+3
*
perf/x86/rapl: Get attributes from new probe framework
Jiri Olsa
2019-06-24
1
-89
/
+0
*
perf/x86/rapl: Get MSR values from new probe framework
Jiri Olsa
2019-06-24
1
-42
/
+11
*
perf/x86/rapl: Get rapl_cntr_mask from new probe framework
Jiri Olsa
2019-06-24
1
-36
/
+2
*
perf/x86/rapl: Use new MSR detection interface
Jiri Olsa
2019-06-24
1
-1
/
+191
*
perf/x86/cstate: Use new probe function
Jiri Olsa
2019-06-24
1
-65
/
+87
*
perf/x86/msr: Use new probe function
Jiri Olsa
2019-06-24
1
-50
/
+60
*
perf/x86: Add MSR probe interface
Jiri Olsa
2019-06-24
3
-1
/
+75
*
Merge branch 'x86/cpu' into perf/core, to pick up dependent patches
Ingo Molnar
2019-06-24
33
-99
/
+1211
|
\
|
*
Documentation/ABI: Document umwait control sysfs interfaces
Fenghua Yu
2019-06-24
1
-0
/
+23
|
*
x86/umwait: Add sysfs interface to control umwait maximum time
Fenghua Yu
2019-06-24
1
-0
/
+36
|
*
x86/umwait: Add sysfs interface to control umwait C0.2 state
Fenghua Yu
2019-06-24
1
-8
/
+110
[next]