index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-16
perf evsel: Fix up leftover perf_evsel_stat usage via evsel->priv
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-11-16
perf tools: Use shell function for perl cflags retrieval
Jiri Olsa
1
-1
/
+1
2017-11-16
perf trace: Fix an exit code of trace__symbols_init
Andrei Vagin
1
-2
/
+4
2017-11-16
perf evsel: Enable type checking for perf_evsel_config_term types
Andi Kleen
2
-3
/
+4
2017-11-16
perf record: Fix -c/-F options for cpu event aliases
Andi Kleen
5
-4
/
+19
2017-11-16
tools headers: Synchronize kernel ABI headers wrt SPDX tags
Arnaldo Carvalho de Melo
2
-0
/
+2
2017-11-16
perf annotate: Align source and offset lines
Jiri Olsa
1
-10
/
+24
2017-11-16
perf annotate browser: Add disasm_line__write function
Jiri Olsa
1
-45
/
+53
2017-11-16
perf annotate browser: Use struct annotation_line in browser top
Jiri Olsa
1
-13
/
+13
2017-11-16
perf annotate browser: Use struct annotation_line in find functions
Jiri Olsa
1
-20
/
+20
2017-11-16
perf annotate browser: Use struct annotation_line in browser_line
Jiri Olsa
1
-32
/
+28
2017-11-16
perf annotate browser: Change offsets to struct annotation_line
Jiri Olsa
1
-20
/
+29
2017-11-16
perf annotate browser: Change selection to struct annotation_line
Jiri Olsa
1
-29
/
+34
2017-11-16
perf annotate browser: Rename disasm_line__browser to browser_line
Jiri Olsa
1
-8
/
+8
2017-11-16
perf annotate browser: Rename struct browser_disasm_line to browser_line
Jiri Olsa
1
-13
/
+13
2017-11-16
perf annotate browser: Do not pass nr_events in disasm_rb_tree__insert
Jiri Olsa
1
-9
/
+6
2017-11-16
perf annotate browser: Use samples data from struct annotation_line
Jiri Olsa
1
-37
/
+20
2017-11-16
perf annotate: Factor annotation_line__print from disasm_line__print
Jiri Olsa
1
-36
/
+33
2017-11-16
perf annotate: Add annotation_line__print function
Jiri Olsa
1
-6
/
+22
2017-11-16
perf annotate: Remove struct source_line
Jiri Olsa
1
-14
/
+0
2017-11-16
perf annotate: Remove disasm__calc_percent function
Jiri Olsa
2
-46
/
+0
2017-11-16
perf annotate: Remove disasm__calc_percent() from annotate_browser__calc_percent()
Jiri Olsa
1
-13
/
+6
2017-11-16
perf annotate: Remove disasm__calc_percent() from disasm_line__print()
Jiri Olsa
2
-44
/
+18
2017-11-16
perf annotate: Add symbol__calc_lines function
Jiri Olsa
2
-120
/
+68
2017-11-16
perf annotate: Add symbol__calc_percent function
Jiri Olsa
2
-1
/
+62
2017-11-13
perf annotate: Add samples into struct annotation_line
Jiri Olsa
2
-5
/
+20
2017-11-13
perf annotate: Add annotated_source__purge function
Jiri Olsa
3
-12
/
+10
2017-11-13
perf annotate: Add annotation_line__(new|delete) functions
Jiri Olsa
3
-9
/
+68
2017-11-13
perf annotate: Move rb_node to struct annotation_line
Jiri Olsa
2
-14
/
+17
2017-11-13
perf annotate: Add annotation_line__add function
Jiri Olsa
1
-3
/
+3
2017-11-13
perf annotate: Add annotation_line__next function
Jiri Olsa
3
-10
/
+13
2017-11-13
perf annotate: Add evsel into struct annotation_line_args
Jiri Olsa
4
-7
/
+11
2017-11-13
perf annotate: Add offset/line/line_nr into struct annotate_args
Jiri Olsa
1
-8
/
+13
2017-11-13
perf annotate: Add map into struct annotate_args
Jiri Olsa
1
-11
/
+11
2017-11-13
perf annotate: Add arch into struct annotate_args
Jiri Olsa
1
-9
/
+8
2017-11-13
perf annotate: Add struct annotate_args
Jiri Olsa
1
-9
/
+18
2017-11-13
perf annotate: Add symbol__annotate function
Jiri Olsa
5
-34
/
+42
2017-11-13
perf annotate: Move ipc/cycles into annotation_line struct
Jiri Olsa
2
-10
/
+10
2017-11-13
perf annotate: Move line/offset into annotation_line struct
Jiri Olsa
4
-52
/
+54
2017-11-13
perf annotate: Add annotation_line struct
Jiri Olsa
4
-38
/
+42
2017-11-13
perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delay
Arnaldo Carvalho de Melo
1
-0
/
+16
2017-11-13
perf evlist: Set the correct idx when adding dummy events
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-11-13
kprobes: Don't spam the build log with deprecation warnings
Ingo Molnar
1
-6
/
+6
2017-11-12
/proc/module: use the same logic as /proc/kallsyms for address exposure
Linus Torvalds
3
-9
/
+27
2017-11-12
modules: make sysfs attribute files readable by owner only
Linus Torvalds
1
-1
/
+1
2017-11-12
modpost: detect modules without a MODULE_LICENSE
Randy Dunlap
1
-1
/
+1
2017-11-12
Linux 4.14
Linus Torvalds
1
-1
/
+1
2017-11-11
vlan: fix a use-after-free in vlan_device_event()
Cong Wang
1
-3
/
+3
2017-11-11
tooling/headers: Sync the tools/include/uapi/drm/i915_drm.h UAPI header
Ingo Molnar
1
-0
/
+1
2017-11-11
net: dsa: return after vlan prepare phase
Vivien Didelot
1
-0
/
+2
[next]