index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
perf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-25
perf tools: Use asprintf() for simple string formatting/allocation
Arnaldo Carvalho de Melo
1
-6
/
+8
2016-02-16
perf tools: Initialize libapi debug output
Jiri Olsa
1
-0
/
+2
2016-01-08
perf report: Show random usage tip on the help line
Namhyung Kim
1
-0
/
+4
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-3
/
+3
2015-12-16
perf tools: Remove 'perf' from subcmd function and variable names
Josh Poimboeuf
1
-3
/
+3
2015-12-16
perf tools: Provide subcmd configuration at runtime
Josh Poimboeuf
1
-1
/
+5
2015-12-09
perf tools: Save cmdline arguments earlier
Josh Poimboeuf
1
-0
/
+1
2015-11-23
perf tools: Add 'perf config' command
Taeung Song
1
-0
/
+1
2015-10-28
perf tools: Enable passing bpf object file to --event
Wang Nan
1
-0
/
+2
2015-10-05
perf tools: Handle -h and -v options
Jiri Olsa
1
-0
/
+14
2015-09-14
perf env: Introduce read_cpu_topology_map() method
Arnaldo Carvalho de Melo
1
-0
/
+2
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
1
-1
/
+1
2015-09-02
perf tools: Move tracing_path stuff under same namespace
Jiri Olsa
1
-4
/
+6
2015-09-02
perf tools: Remove mountpoint arg from perf_debugfs_mount
Jiri Olsa
1
-1
/
+1
2015-08-28
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
1
-1
/
+1
2015-02-27
perf tools: Fix the bash completion problem of 'perf --*'
Yunlong Song
1
-0
/
+27
2015-02-27
perf list: Avoid confusion of perf output and the next command prompt
Yunlong Song
1
-0
/
+1
2015-02-25
perf tools: Add new 'perf data' command
Jiri Olsa
1
-0
/
+1
2014-12-09
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
1
-2
/
+12
2014-08-15
perf: Use strerror_r instead of strerror
Masami Hiramatsu
1
-3
/
+7
2014-07-28
perf tools: Fix perf usage string leftover
Jiri Olsa
1
-1
/
+1
2014-07-17
perf tools: Add --debug optionto set debug variable
Jiri Olsa
1
-1
/
+12
2014-06-09
perf tools: Add support to dynamically get cacheline size
Don Zickus
1
-0
/
+1
2014-06-03
perf trace: Warn the user when not available
Arnaldo Carvalho de Melo
1
-2
/
+6
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-10-11
perf trace: Add 'trace' alias to 'perf trace'
Arnaldo Carvalho de Melo
1
-1
/
+8
2013-10-09
perf tools: Unify page_size usage
Jiri Olsa
1
-0
/
+1
2013-10-09
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
1
-2
/
+2
2013-04-01
perf tools: Convert needless static variable to local
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-04-01
perf tools: Add new mem command for memory access profiling
Stephane Eranian
1
-0
/
+1
2013-03-15
perf tools: Extract perf-specific stuff from debugfs.c
Borislav Petkov
1
-3
/
+3
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-1
/
+1
2013-01-24
perf tools: Remove some needless die() calls from the main routine
Arnaldo Carvalho de Melo
1
-11
/
+21
2012-11-14
perf tools: Add gtk.<command> config option for launching GTK browser
Namhyung Kim
1
-5
/
+10
2012-10-31
perf tests: Add framework for automated perf_event_attr tests
Jiri Olsa
1
-0
/
+2
2012-10-29
perf tools: Add a global variable "const char *input_name"
Feng Tang
1
-0
/
+1
2012-10-06
perf tools: Have the page size value available for all tools
Arnaldo Carvalho de Melo
1
-0
/
+2
2012-10-02
perf tools: Convert to LIBAUDIT_SUPPORT
Namhyung Kim
1
-1
/
+1
2012-09-28
perf tools: Convert to LIBELF_SUPPORT
Namhyung Kim
1
-1
/
+1
2012-09-27
perf tools: Check libaudit availability for perf-trace builtin
Namhyung Kim
1
-0
/
+2
2012-09-26
perf trace: New tool
Arnaldo Carvalho de Melo
1
-0
/
+1
2012-09-07
perf tools: include missing pthread.h header
Irina Tirdea
1
-0
/
+1
2012-08-09
perf symbols: Support minimal build without libelf
Namhyung Kim
1
-0
/
+2
2012-08-09
perf tools: Initial bash completion support
Frederic Weisbecker
1
-30
/
+39
2011-11-28
perf tools: Simplify debugfs mountpoint handling code
Arnaldo Carvalho de Melo
1
-29
/
+4
2011-10-13
perf ui browser: Handle SIGWINCH
Arnaldo Carvalho de Melo
1
-0
/
+24
2011-03-15
perf evlist: New command to list the names of events present in a perf.data file
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-01-11
perf evsel: Fix order of event list deletion
Arnaldo Carvalho de Melo
1
-2
/
+0
2011-01-03
perf evsel: Delete the event selectors at exit
Arnaldo Carvalho de Melo
1
-0
/
+2
2010-11-16
perf: Rename 'perf trace' to 'perf script'
Ingo Molnar
1
-1
/
+1
[prev]
[next]