index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-12
perf report: Introduce --stdio-color to setup the color output mode selection
Arnaldo Carvalho de Melo
2
-0
/
+10
2016-07-12
perf annotate: Introduce --stdio-color to setup the color output mode selection
Arnaldo Carvalho de Melo
2
-0
/
+10
2016-07-12
perf ui stdio: Add way to setup the color output mode selection
Arnaldo Carvalho de Melo
2
-0
/
+11
2016-07-12
perf hists: Introduce hists__add_entry_ops function
Jiri Olsa
2
-7
/
+46
2016-07-12
perf hists: Introduce hist_entry_ops
Jiri Olsa
2
-4
/
+33
2016-07-12
perf hists: Introduce hist_entry__init function
Jiri Olsa
1
-66
/
+73
2016-07-09
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
1
-4
/
+7
2016-07-04
perf tools: Sync copy of syscall_64.tbl with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-07-04
perf tools: Update android build documentation
Chris Phlipot
1
-8
/
+8
2016-07-04
perf unwind: Call unwind__prepare_access for forked thread
Jiri Olsa
3
-4
/
+44
2016-07-04
perf unwind: Add initialized arg into unwind__prepare_access
Jiri Olsa
3
-6
/
+16
2016-07-04
perf tests: Fix hist accumulation test
Jiri Olsa
3
-6
/
+18
2016-07-04
perf header: Transform nodes string info to struct
Jiri Olsa
3
-52
/
+39
2016-07-04
perf buildid-cache: Scan and import user SDT events to probe cache
Masami Hiramatsu
4
-3
/
+101
2016-07-04
perf probe: Add group name support
Masami Hiramatsu
2
-13
/
+20
2016-07-04
perf sdt: ELF support for SDT
Hemant Kumar
2
-0
/
+274
2016-07-04
perf build: Add feature detection for libelf's elf_getshdrstrndx()
Arnaldo Carvalho de Melo
2
-0
/
+12
2016-07-01
perf probe: Remove caches when --cache is given
Masami Hiramatsu
4
-8
/
+60
2016-07-01
perf probe: Show all cached probes
Masami Hiramatsu
7
-7
/
+184
2016-07-01
perf probe: Use cache entry if possible
Masami Hiramatsu
3
-4
/
+86
2016-06-30
perf tools: Change cpu_map__fprintf output
Jiri Olsa
6
-7
/
+79
2016-06-30
perf test: Add -F/--dont-fork option
Jiri Olsa
2
-22
/
+37
2016-06-30
perf tests: Fix thread map test for -F option
Jiri Olsa
1
-3
/
+13
2016-06-30
perf tools: Allow to reset open files counter
Jiri Olsa
3
-6
/
+24
2016-06-30
perf trace beauty eventfd: No need to include eventfd.h
Arnaldo Carvalho de Melo
1
-2
/
+0
2016-06-30
perf trace beauty sched_policy: Define SCHED_RESET_ON_FORK for older systems
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-06-30
perf annotate: Add number of samples to the header
Peter Zijlstra (Intel)
1
-2
/
+3
2016-06-30
perf annotate: Simplify header dotted line sizing
Peter Zijlstra (Intel)
1
-6
/
+3
2016-06-30
perf evsel: Utility function to fetch arch
Ravi Bangoria
2
-0
/
+9
2016-06-29
perf tools: Add documentation for perf.data on disk format
Andi Kleen
1
-0
/
+442
2016-06-28
perf data ctf: Generate fork and exit events to CTF output
Wang Nan
1
-1
/
+43
2016-06-28
perf data ctf: Add '--all' option for 'perf data convert'
Wang Nan
2
-0
/
+5
2016-06-28
perf data ctf: Generate comm event to CTF output
Wang Nan
1
-0
/
+110
2016-06-28
perf data ctf: Prepare collect non-sample events
Wang Nan
1
-1
/
+7
2016-06-28
perf data ctf: Add 'all' option
Wang Nan
2
-0
/
+2
2016-06-28
perf data ctf: Pass convert options through opts structure
Wang Nan
4
-6
/
+20
2016-06-28
perf data ctf: Add value_set_string() helper
Wang Nan
1
-0
/
+30
2016-06-28
perf symbols: Use proper dso name for is_regular_file
Jiri Olsa
1
-1
/
+1
2016-06-28
perf record: Prepare picking perf_event_mmap_page from multiple evlists
Wang Nan
1
-2
/
+13
2016-06-28
perf record: Prepare reading from multiple evlists in record__mmap_read_all()
Wang Nan
1
-10
/
+24
2016-06-28
perf record: Move mmap setup block to separate function
Wang Nan
1
-20
/
+36
2016-06-28
perf data convert: Include config.h header
Jiri Olsa
1
-0
/
+1
2016-06-28
perf build: Add libbabeltrace to build-test
Wang Nan
1
-0
/
+2
2016-06-27
perf tools: Add more toolchain triplets
Ravi Bangoria
1
-0
/
+17
2016-06-27
perf annotate: Generalize handling of 'ret' instructions
Naveen N. Rao
3
-11
/
+20
2016-06-27
perf tools: Update makefile message for installing slang devel package
Neeraj Badlani
1
-1
/
+1
2016-06-27
perf annotate: Remove unused hist_entry__annotate function
Ravi Bangoria
2
-7
/
+0
2016-06-23
perf config: Reimplement show_config() using config_set__for_each
Taeung Song
1
-12
/
+5
2016-06-23
perf config: Introduce new init() and exit()
Taeung Song
4
-45
/
+82
2016-06-23
perf script: Add callindent option
Adrian Hunter
4
-1
/
+79
[prev]
[next]