index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
lz4.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-11
perf ordered_events: Untangle from perf_session
Arnaldo Carvalho de Melo
4
-23
/
+42
2015-03-03
perf sched: No need to keep the session around
Arnaldo Carvalho de Melo
1
-16
/
+8
2015-03-03
perf tools: Reference count struct thread
Arnaldo Carvalho de Melo
11
-36
/
+66
2015-03-02
Revert "perf: Remove the extra validity check on nr_pages"
Kan Liang
1
-1
/
+1
2015-03-02
perf tools: Initialize cpu set in pthread_attr_setaffinity_np feature test
Adrian Hunter
1
-1
/
+3
2015-03-02
perf probe: Remove bias offset to find probe point by address
Masami Hiramatsu
1
-4
/
+1
2015-03-02
perf probe: Warn if given uprobe event accesses memory on older kernel
Masami Hiramatsu
1
-0
/
+23
2015-03-02
perf tools: Improve 'libbabel' feature check failure message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve feature test debuggability
Ingo Molnar
1
-8
/
+8
2015-03-02
perf tools: Improve libbfd detection message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve libperl detection message
Ingo Molnar
1
-1
/
+1
2015-03-02
perf tools: Improve Python feature detection messages
Ingo Molnar
1
-6
/
+5
2015-03-02
perf tools: Remove annoying extra message from the features build
Ingo Molnar
1
-2
/
+1
2015-03-02
perf tools: Add PERF-FEATURES to the .gitignore file
Ingo Molnar
1
-0
/
+1
2015-03-02
perf record: Document --group option
Namhyung Kim
1
-0
/
+9
2015-03-02
perf record: Get rid of -l option from Documentation
Namhyung Kim
1
-3
/
+0
2015-03-02
perf tools: Fix build error on ARCH=i386/x86_64/sparc64
Namhyung Kim
1
-22
/
+5
2015-03-02
perf tools: Fix FORK after COMM when synthesizing records for pre-existing th...
Arnaldo Carvalho de Melo
1
-10
/
+24
2015-03-02
perf stat: Report unsupported events properly
Suzuki K. Poulose
1
-1
/
+4
2015-03-02
perf tools: Compare JOBS to 0 after grep
David Ahern
1
-1
/
+1
2015-03-02
perf tools: Only include tsc file for x86
David Ahern
1
-1
/
+1
2015-02-27
perf report: Fix branch stack mode cannot be set
He Kuang
1
-1
/
+1
2015-02-27
perf buildid-cache: Show usage with incorrect params
Masami Hiramatsu
1
-0
/
+5
2015-02-27
perf buildid-cache: Use pr_debug instead of verbose && pr_info
Masami Hiramatsu
1
-14
/
+9
2015-02-27
perf buildid-cache: Add --purge FILE to remove all caches of FILE
Masami Hiramatsu
4
-21
/
+136
2015-02-27
perf tools: Fix the bash completion problem of 'perf --*'
Yunlong Song
2
-4
/
+29
2015-02-27
perf list: Extend raw-dump to certain kind of events
Yunlong Song
2
-13
/
+14
2015-02-27
perf list: Clean up the printing functions of hardware/software events
Yunlong Song
3
-80
/
+17
2015-02-27
perf tools: Remove the '--(null)' long_name for --list-opts
Yunlong Song
1
-1
/
+2
2015-02-27
perf list: Avoid confusion of perf output and the next command prompt
Yunlong Song
2
-0
/
+3
2015-02-27
perf list: Allow listing events with 'tracepoint' prefix
Yunlong Song
1
-3
/
+1
2015-02-27
perf list: Sort the output of 'perf list' to view more clearly
Yunlong Song
1
-23
/
+193
2015-02-27
perf data: Fix sentinel setting for data_cmds array
Yunlong Song
1
-1
/
+1
2015-02-27
perf probe: Fix a precedence bug
He Kuang
1
-1
/
+1
2015-02-27
perf diff: Support for different binaries
Kan Liang
2
-0
/
+14
2015-02-27
perf buildid-cache: Add new buildid cache if update target is not cached
Masami Hiramatsu
4
-5
/
+25
2015-02-27
perf probe: Handle strdup() failure
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-02-26
perf probe: Fix get_real_path to free allocated memory in error path
Masami Hiramatsu
1
-1
/
+3
2015-02-26
perf probe: Check kprobes blacklist when adding new events
Masami Hiramatsu
1
-1
/
+108
2015-02-26
perf trace: Fix SIGBUS failures due to misaligned accesses
David Ahern
1
-7
/
+29
2015-02-25
perf tools: Make sparc64 arch point to sparc
David Ahern
1
-0
/
+4
2015-02-25
perf symbols: Define EM_AARCH64 for older OSes
David Ahern
1
-0
/
+5
2015-02-25
perf top: Fix SIGBUS on sparc64
David Ahern
1
-1
/
+1
2015-02-25
perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag
Adrian Hunter
1
-3
/
+15
2015-02-25
perf data: Add a 'perf' prefix to the generic fields
Sebastian Andrzej Siewior
1
-20
/
+22
2015-02-25
perf data: Add perf data to CTF conversion support
Jiri Olsa
9
-1
/
+701
2015-02-25
perf tools: Add new 'perf data' command
Jiri Olsa
6
-0
/
+94
2015-02-25
perf tools: Add feature check for libbabeltrace
Jiri Olsa
5
-3
/
+46
2015-02-25
perf record: Support recording running/enabled time
Andi Kleen
4
-0
/
+12
2015-02-25
perf tools: Fix pthread_attr_setaffinity_np build error
Adrian Hunter
1
-1
/
+2
[next]