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
2015-09-28
perf intel-pt: Support generating branch stack
Adrian Hunter
2
-0
/
+125
2015-09-28
perf intel-pt: Move branch filter logic
Adrian Hunter
1
-3
/
+3
2015-09-28
perf inject: Set branch stack feature flag when synthesizing branch stacks
Adrian Hunter
1
-1
/
+5
2015-09-28
perf report: Skip events with null branch stacks
Adrian Hunter
1
-4
/
+11
2015-09-28
perf report: Also do default setup for synthesized branch stacks
Adrian Hunter
1
-0
/
+3
2015-09-28
perf report: Adjust sample type validation for synthesized branch stacks
Adrian Hunter
1
-0
/
+3
2015-09-28
perf auxtrace: Add option to synthesize branch stacks on samples
Adrian Hunter
3
-0
/
+28
2015-09-28
perf tools: Add more documentation to export-to-postgresql.py script
Adrian Hunter
1
-0
/
+221
2015-09-28
perf session: Warn when AUX data has been lost
Adrian Hunter
2
-0
/
+11
2015-09-28
perf script: Allow time to be displayed in nanoseconds
Adrian Hunter
2
-1
/
+10
2015-09-28
perf intel-pt: Make logging slightly more efficient
Adrian Hunter
2
-16
/
+43
2015-09-28
perf intel-pt: Fix potential loop forever
Adrian Hunter
1
-2
/
+2
2015-09-28
perf report: Fix sample type validation for synthesized callchains
Adrian Hunter
1
-0
/
+6
2015-09-28
perf auxtrace: Fix 'instructions' period of zero
Adrian Hunter
3
-2
/
+9
2015-09-28
tools build: Build fixdep helper from perf and basic libs
Jiri Olsa
1
-6
/
+6
2015-09-28
perf tools: Rename the 'single_dep' target to 'prepare'
Jiri Olsa
1
-10
/
+10
2015-09-28
tools build: Add Makefile.include
Jiri Olsa
1
-1
/
+1
2015-09-28
perf tools: Use __map__is_kernel() when synthesizing kernel module mmap records
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
perf hists browser: Use the map to determine if a DSO is being used as a kernel
Arnaldo Carvalho de Melo
1
-10
/
+14
2015-09-28
perf top: Filter symbols based on __map__is_kernel(map)
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
3
-43
/
+20
2015-09-25
perf tools: Fix copying of /proc/kcore
Adrian Hunter
1
-22
/
+13
2015-09-25
perf intel-pt: Remove no_force_psb from documentation
Adrian Hunter
1
-15
/
+0
2015-09-25
perf probe: Use existing routine to look for a kernel module by dso->short_name
Arnaldo Carvalho de Melo
1
-6
/
+7
2015-09-23
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
6
-4
/
+42
2015-09-23
Merge branch 'perf/urgent' into perf/core to pick up fixes before pulling new...
Ingo Molnar
1
-1
/
+4
2015-09-22
perf record: Synthesize COMM event for a command line workload
Namhyung Kim
3
-2
/
+20
2015-09-22
perf tools: Add include/err.h into MANIFEST
Jiri Olsa
1
-0
/
+1
2015-09-21
perf tools: Don't assume that the parser returns non empty evsel list
Wang Nan
1
-0
/
+16
2015-09-21
perf probe: Fix a segfault when removing uprobe events
Masami Hiramatsu
1
-2
/
+5
2015-09-18
perf record: Avoid infinite loop at buildid processing with no samples
Mark Rutland
1
-1
/
+4
2015-09-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
4
-9
/
+31
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
1
-1
/
+1
2015-09-17
tools build: Add test for presence of __get_cpuid() gcc builtin
Arnaldo Carvalho de Melo
1
-2
/
+7
2015-09-17
tools build: Add test for presence of numa_num_possible_cpus() in libnuma
Arnaldo Carvalho de Melo
1
-3
/
+8
2015-09-17
Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-16
perf stat: Fix per-pkg event reporting bug
Stephane Eranian
1
-2
/
+14
2015-09-16
Merge branch 'perf/urgent' into perf/core, to resolve a conflict
Ingo Molnar
9
-82
/
+126
2015-09-15
perf tests: Fix software clock events test setting maps
Adrian Hunter
1
-4
/
+14
2015-09-15
perf tests: Fix task exit test setting maps
Adrian Hunter
1
-4
/
+14
2015-09-15
perf evlist: Fix create_syswide_maps() not propagating maps
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Fix add() not propagating maps
Adrian Hunter
1
-0
/
+2
2015-09-15
perf evlist: Factor out a function to propagate maps for a single evsel
Adrian Hunter
1
-22
/
+27
2015-09-15
perf evlist: Make create_maps() use set_maps()
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Make set_maps() more resilient
Adrian Hunter
1
-4
/
+15
2015-09-15
perf evsel: Add own_cpus member
Adrian Hunter
4
-3
/
+8
2015-09-15
perf evlist: Fix missing thread_map__put in propagate_maps()
Adrian Hunter
1
-0
/
+1
2015-09-15
perf evlist: Fix splice_list_tail() not setting evlist
Adrian Hunter
3
-12
/
+9
2015-09-15
perf evlist: Add has_user_cpus member
Adrian Hunter
2
-5
/
+7
2015-09-15
perf evlist: Remove redundant validation from propagate_maps()
Adrian Hunter
2
-16
/
+10
[prev]
[next]